opnsense-ports/devel/rubygem-redis-store/Makefile
Franco Fichtner 402e037179 */*: sync with upstream
Taken from: FreeBSD
2015-10-31 12:13:26 +01:00

21 lines
397 B
Makefile

# $FreeBSD$
PORTNAME= redis-store
PORTVERSION= 1.1.7
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Namespaced Redis stores for Ruby web frameworks
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-redis>=2.2:${PORTSDIR}/databases/rubygem-redis
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>