SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
databases/ruby-redis-namespace/Makefile
Normal file
19
databases/ruby-redis-namespace/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
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= 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>
|
Loading…
Add table
Add a link
Reference in a new issue