1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Add LICENSE

- Remove contiguous blank lines
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-30 18:29:49 +00:00
parent 101fe9b146
commit 940e2ba316
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335329

View File

@ -8,6 +8,8 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Redis session store for ActionPack
LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack4>=4:${PORTSDIR}/www/rubygem-actionpack4 \
rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store \
rubygem-redis-rack>=1.5.0:${PORTSDIR}/www/rubygem-redis-rack
@ -16,5 +18,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>