cf36293abe
Implementation of the ruby-openid Store interface that stores information in Redis WWW: https://github.com/dekart/openid-redis-store
19 lines
417 B
Makefile
19 lines
417 B
Makefile
# 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>
|