Files
ports/www/rubygem-redis-rack1/Makefile
T
2019-11-03 17:27:14 +00:00

25 lines
417 B
Makefile

# $FreeBSD$
PORTNAME= redis-rack
PORTVERSION= 1.6.0
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Redis Store for Rack
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-rack16>=1.5<2:www/rubygem-rack16 \
rubygem-redis-store>=1.2.0:devel/rubygem-redis-store
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>