Add rubygem-redis-rack1 1.6.0 (copied from rubygem-redis-rack r436069)
This commit is contained in:
parent
302bf4b803
commit
0897e5c1f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436305
4 changed files with 30 additions and 0 deletions
|
@ -2062,6 +2062,7 @@
|
|||
SUBDIR += rubygem-rdf
|
||||
SUBDIR += rubygem-redcloth
|
||||
SUBDIR += rubygem-redis-rack
|
||||
SUBDIR += rubygem-redis-rack1
|
||||
SUBDIR += rubygem-redis-rails
|
||||
SUBDIR += rubygem-redmine_acts_as_taggable_on
|
||||
SUBDIR += rubygem-responders
|
||||
|
|
22
www/rubygem-redis-rack1/Makefile
Normal file
22
www/rubygem-redis-rack1/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= redis-rack
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 1
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Redis Store for Rack
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-rack16>=1.5:www/rubygem-rack16 \
|
||||
rubygem-redis-store>=1.2.0:devel/rubygem-redis-store
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-redis-rack1/distinfo
Normal file
3
www/rubygem-redis-rack1/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1489071154
|
||||
SHA256 (rubygem/redis-rack-1.6.0.gem) = 63698ad254288948e33f9fab6fb5d7d6c1bf3a21763f84ac71324fb45fa17d39
|
||||
SIZE (rubygem/redis-rack-1.6.0.gem) = 9216
|
4
www/rubygem-redis-rack1/pkg-descr
Normal file
4
www/rubygem-redis-rack1/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Redis Store for Rack
|
||||
|
||||
WWW: http://redis-store.org/redis-rack/
|
||||
WWW: https://github.com/redis-store/redis-rack
|
Loading…
Reference in a new issue