opnsense-ports/databases/rubygem-redis-actionpack/Makefile
Franco Fichtner db6c9e3f2a */*: sync with upstream
Taken from: FreeBSD
2017-03-20 13:26:25 +01:00

23 lines
481 B
Makefile

# $FreeBSD$
PORTNAME= redis-actionpack
PORTVERSION= 5.0.1
PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Redis session store for ActionPack
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack4>=4.0:www/rubygem-actionpack4 \
rubygem-redis-rack1>=1:www/rubygem-redis-rack1 \
rubygem-redis-store>=1.1.0:devel/rubygem-redis-store
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>