freebsd-ports/www/rubygem-redis-rack/Makefile
Sunpoet Po-Chuan Hsieh 605b885aca - Add LICENSE
- Move RUN_DEPENDS upward
- Remove contiguous blank lines
- Add GitHub repository to WWW
2015-05-07 17:44:04 +00:00

20 lines
383 B
Makefile

# $FreeBSD$
PORTNAME= redis-rack
PORTVERSION= 1.5.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Redis Store for Rack
LICENSE= MIT
RUN_DEPENDS= rubygem-rack15>=1.5:${PORTSDIR}/www/rubygem-rack15 \
rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>