1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

databases/rubygem-redis52: Add rubygem-redis52 5.2.0 (copied from rubygem-redis)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2024-09-09 01:47:32 +08:00
parent 322cec75c2
commit b99dfba217
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 30 additions and 0 deletions

View File

@ -1031,6 +1031,7 @@
SUBDIR += rubygem-redis-namespace
SUBDIR += rubygem-redis-namespace110
SUBDIR += rubygem-redis4
SUBDIR += rubygem-redis52
SUBDIR += rubygem-ruby-mysql
SUBDIR += rubygem-scenic61
SUBDIR += rubygem-sdbm

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1713528566
SHA256 (rubygem/redis-5.2.0.gem) = 336b975a56b166c6af4d4a1026c71dbed429ba5dc949aac373ef2fded07936b4
SIZE (rubygem/redis-5.2.0.gem) = 52224

View File

@ -0,0 +1 @@
rubygem-redis is a Ruby client library for the Redis key-value store.