forked from Lainports/opnsense-ports
20 lines
463 B
Makefile
20 lines
463 B
Makefile
PORTNAME= brpoplpush-redis_script
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Bring your own LUA scripts into redis
|
|
WWW= https://github.com/brpoplpush/brpoplpush-redis_script
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.5<2:devel/rubygem-concurrent-ruby \
|
|
rubygem-redis>=1.0<6:databases/rubygem-redis
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|