mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add rubygem-redis3 3.3.5 (copied from rubygem-redis)
- Add PORTSCOUT
This commit is contained in:
parent
bd07079943
commit
8e88e4c588
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457872
@ -987,6 +987,7 @@
|
||||
SUBDIR += rubygem-redis-actionpack-rails5
|
||||
SUBDIR += rubygem-redis-actionpack-rails50
|
||||
SUBDIR += rubygem-redis-namespace
|
||||
SUBDIR += rubygem-redis3
|
||||
SUBDIR += rubygem-seed-fu
|
||||
SUBDIR += rubygem-sqlite3
|
||||
SUBDIR += rubygem-sqlite3-ruby
|
||||
|
22
databases/rubygem-redis3/Makefile
Normal file
22
databases/rubygem-redis3/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= redis
|
||||
PORTVERSION= 3.3.5
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 3
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby client library for Redis, the key value storage server
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
PORTSCOUT= limit:^3\.
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/rubygem-redis3/distinfo
Normal file
3
databases/rubygem-redis3/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1507043292
|
||||
SHA256 (rubygem/redis-3.3.5.gem) = 3b47205af551f81623da98160550270c3aa365e97b46e3a3de8581f8502f8144
|
||||
SIZE (rubygem/redis-3.3.5.gem) = 92672
|
3
databases/rubygem-redis3/pkg-descr
Normal file
3
databases/rubygem-redis3/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
rubygem-redis is a Ruby client library for the Redis key-value store.
|
||||
|
||||
WWW: https://github.com/redis/redis-rb
|
Loading…
Reference in New Issue
Block a user