1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/www/rubygem-redis-rack/Makefile
Sunpoet Po-Chuan Hsieh 46db20ad09 - Add LICENSE_FILE
2015-10-30 11:25:51 +00:00

24 lines
448 B
Makefile

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