blob: 1cbf651aedf091dc02cf5bef0ca56755a815f4b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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>
|