1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/rubygem-redis-rack/Makefile
2013-10-30 03:04:19 +00:00

20 lines
370 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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
RUN_DEPENDS= rubygem-rack15>=1.5:${PORTSDIR}/www/rubygem-rack15 \
rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store
.include <bsd.port.mk>