summaryrefslogtreecommitdiff
path: root/devel/rubygem-brpoplpush-redis_script/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-brpoplpush-redis_script/Makefile')
-rw-r--r--devel/rubygem-brpoplpush-redis_script/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/rubygem-brpoplpush-redis_script/Makefile b/devel/rubygem-brpoplpush-redis_script/Makefile
new file mode 100644
index 000000000000..67ea4de7bac6
--- /dev/null
+++ b/devel/rubygem-brpoplpush-redis_script/Makefile
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= brpoplpush-redis_script
+PORTVERSION= 0.1.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Bring your own LUA scripts into redis
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.5<2:devel/rubygem-concurrent-ruby \
+ rubygem-redis>=1.0<5.0:databases/rubygem-redis
+
+USES= gem
+USE_RUBY= yes
+
+#NO_ARCH= yes
+
+.include <bsd.port.mk>