mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Add rubygem-brpoplpush-redis_script 0.1.1
Bring your own LUA scripts into redis. WWW: https://github.com/brpoplpush/brpoplpush-redis_script
This commit is contained in:
parent
758e2e9650
commit
9366307726
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545838
@ -879,6 +879,7 @@
|
||||
SUBDIR += rubygem-awesome_nested_set
|
||||
SUBDIR += rubygem-bdb1
|
||||
SUBDIR += rubygem-bigrecord
|
||||
SUBDIR += rubygem-brpoplpush-redis_script
|
||||
SUBDIR += rubygem-couchrest
|
||||
SUBDIR += rubygem-dalli
|
||||
SUBDIR += rubygem-data_objects
|
||||
|
23
databases/rubygem-brpoplpush-redis_script/Makefile
Normal file
23
databases/rubygem-brpoplpush-redis_script/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= brpoplpush-redis_script
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= databases 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>
|
3
databases/rubygem-brpoplpush-redis_script/distinfo
Normal file
3
databases/rubygem-brpoplpush-redis_script/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1598175206
|
||||
SHA256 (rubygem/brpoplpush-redis_script-0.1.1.gem) = dd65e5bc5a3d7bb6a5e6e2b7476945aea9b710d04d945333af31f355c9eaafae
|
||||
SIZE (rubygem/brpoplpush-redis_script-0.1.1.gem) = 12288
|
3
databases/rubygem-brpoplpush-redis_script/pkg-descr
Normal file
3
databases/rubygem-brpoplpush-redis_script/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Bring your own LUA scripts into redis.
|
||||
|
||||
WWW: https://github.com/brpoplpush/brpoplpush-redis_script
|
Loading…
Reference in New Issue
Block a user