summaryrefslogtreecommitdiff
path: root/databases/rubygem-redis52/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-redis52/Makefile')
-rw-r--r--databases/rubygem-redis52/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/databases/rubygem-redis52/Makefile b/databases/rubygem-redis52/Makefile
new file mode 100644
index 000000000000..12ba20e5e46a
--- /dev/null
+++ b/databases/rubygem-redis52/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= redis
+PORTVERSION= 5.2.0
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 52
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Ruby client library for Redis, the key value storage server
+WWW= https://github.com/redis/redis-rb
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-redis-client>=0.22.0:databases/rubygem-redis-client
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^5\.2\.
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/build
+
+.include <bsd.port.mk>