www/rubygem-redis-rack2: Add rubygem-redis-rack2 2.1.4 (copied from rubygem-redis-rack)
- Add PORTSCOUT
This commit is contained in:
parent
cc6da3b565
commit
79f68ecc89
4 changed files with 34 additions and 0 deletions
|
@ -2210,6 +2210,7 @@
|
|||
SUBDIR += rubygem-rdf-normalize
|
||||
SUBDIR += rubygem-redcloth
|
||||
SUBDIR += rubygem-redis-rack
|
||||
SUBDIR += rubygem-redis-rack2
|
||||
SUBDIR += rubygem-redis-rails
|
||||
SUBDIR += rubygem-redis-rails-rails5
|
||||
SUBDIR += rubygem-redis-rails-rails50
|
||||
|
|
27
www/rubygem-redis-rack2/Makefile
Normal file
27
www/rubygem-redis-rack2/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
PORTNAME= redis-rack
|
||||
PORTVERSION= 2.1.4
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Redis Store for Rack
|
||||
WWW= https://redis-store.org/redis-rack/ \
|
||||
https://github.com/redis-store/redis-rack
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-rack22>=2.0.8,3<3,3:www/rubygem-rack22 \
|
||||
rubygem-redis-store>=1.2<2:devel/rubygem-redis-store
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^2\.
|
||||
|
||||
post-install:
|
||||
${RM} ${STAGEDIR}${PREFIX}/bin/appraisal ${STAGEDIR}${PREFIX}/bin/rake
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-redis-rack2/distinfo
Normal file
3
www/rubygem-redis-rack2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1648249238
|
||||
SHA256 (rubygem/redis-rack-2.1.4.gem) = 0872eecb303e483c3863d6bd0d47323d230640d41c1a4ac4a2c7596ec0b1774c
|
||||
SIZE (rubygem/redis-rack-2.1.4.gem) = 13824
|
3
www/rubygem-redis-rack2/pkg-descr
Normal file
3
www/rubygem-redis-rack2/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Redis Store for Rack
|
||||
|
||||
See also: https://github.com/redis-store/redis-rack
|
Loading…
Reference in a new issue