dcoppa 15267914eb Revert, broken at runtime.
Fix dependencies while here.
2017-08-28 07:28:23 +00:00

22 lines
459 B
Makefile

# $OpenBSD: Makefile,v 1.8 2017/08/28 07:28:23 dcoppa Exp $
COMMENT= Redis::Namespace class for namespacing calls to Redis
DISTNAME= redis-namespace-1.5.3
REVISION= 0
CATEGORIES= databases
HOMEPAGE= https://github.com/resque/redis-namespace
# MIT
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= databases/ruby-redis,${MODRUBY_FLAVOR}>=3.0.4v1,<4.0.0v1
.include <bsd.port.mk>