forked from Lainports/opnsense-ports
22 lines
497 B
Makefile
22 lines
497 B
Makefile
PORTNAME= brpoplpush-redis_script
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 1
|
|
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-redis4>=1.0<5.0:databases/rubygem-redis4
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|