ad4504ce07
Adds a Redis::Namespace class which can be used to namespace calls to Redis. This is useful when using a single instance of Redis with multiple, different applications. ok jeremy@
24 lines
517 B
Makefile
24 lines
517 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/10/31 22:11:37 jasper Exp $
|
|
|
|
COMMENT= Redis::Namespace class for namespacing calls to Redis
|
|
|
|
DISTNAME= redis-namespace-1.2.1
|
|
CATEGORIES= databases
|
|
|
|
HOMEPAGE= https://github.com/defunkt/redis-namespace
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= databases/ruby-redis,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|