mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/rubygem-openid-redis-store: create port
Implementation of the ruby-openid Store interface that stores information in Redis WWW: https://github.com/dekart/openid-redis-store
This commit is contained in:
parent
71c4d7610c
commit
cf36293abe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370143
4 changed files with 26 additions and 0 deletions
|
@ -869,6 +869,7 @@
|
|||
SUBDIR += rubygem-memcache-client
|
||||
SUBDIR += rubygem-mysql
|
||||
SUBDIR += rubygem-mysql2
|
||||
SUBDIR += rubygem-openid-redis-store
|
||||
SUBDIR += rubygem-pg
|
||||
SUBDIR += rubygem-rbase
|
||||
SUBDIR += rubygem-redis
|
||||
|
|
19
databases/rubygem-openid-redis-store/Makefile
Normal file
19
databases/rubygem-openid-redis-store/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openid-redis-store
|
||||
PORTVERSION= 0.0.2
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Redis store for OpenID
|
||||
|
||||
RUN_DEPENDS= rubygem-openid>=0:${PORTSDIR}/net/rubygem-openid \
|
||||
rubygem-redis>=0:${PORTSDIR}/databases/rubygem-redis
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST=yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/rubygem-openid-redis-store/distinfo
Normal file
2
databases/rubygem-openid-redis-store/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/openid-redis-store-0.0.2.gem) = 11229c0cfe6cd5dd7519d01f98af9d17ff4d313c8844adf0f20de92843cbc695
|
||||
SIZE (rubygem/openid-redis-store-0.0.2.gem) = 5120
|
4
databases/rubygem-openid-redis-store/pkg-descr
Normal file
4
databases/rubygem-openid-redis-store/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Implementation of the ruby-openid Store interface that stores information in
|
||||
Redis
|
||||
|
||||
WWW: https://github.com/dekart/openid-redis-store
|
Loading…
Add table
Reference in a new issue