mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
databases/rubygem-redis-namespace19: Add rubygem-redis-namespace19 1.9.0 (copied from rubygem-redis-namespace)
- Add PORTSCOUT
This commit is contained in:
parent
bdb3525d65
commit
3cbf95e45e
@ -997,6 +997,7 @@
|
||||
SUBDIR += rubygem-redis-clustering
|
||||
SUBDIR += rubygem-redis-namespace
|
||||
SUBDIR += rubygem-redis-namespace18
|
||||
SUBDIR += rubygem-redis-namespace19
|
||||
SUBDIR += rubygem-redis4
|
||||
SUBDIR += rubygem-scenic61
|
||||
SUBDIR += rubygem-sdbm
|
||||
|
22
databases/rubygem-redis-namespace19/Makefile
Normal file
22
databases/rubygem-redis-namespace19/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
PORTNAME= redis-namespace
|
||||
PORTVERSION= 1.9.0
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 19
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby client class for Redis with namespace support
|
||||
WWW= https://github.com/resque/redis-namespace
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-redis>=4:databases/rubygem-redis
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^1\.9\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/rubygem-redis-namespace19/distinfo
Normal file
3
databases/rubygem-redis-namespace19/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1661599625
|
||||
SHA256 (rubygem/redis-namespace-1.9.0.gem) = 0923961f38cf15b86cb57d92507e0a3b32480729eb5033249f5de8b12e0d8612
|
||||
SIZE (rubygem/redis-namespace-1.9.0.gem) = 18432
|
3
databases/rubygem-redis-namespace19/pkg-descr
Normal file
3
databases/rubygem-redis-namespace19/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
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.
|
Loading…
Reference in New Issue
Block a user