18 lines
381 B
Makefile
18 lines
381 B
Makefile
PORTNAME= openid-redis-store
|
|
PORTVERSION= 0.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Redis store for OpenID
|
|
WWW= https://github.com/dekart/openid-redis-store
|
|
|
|
RUN_DEPENDS= rubygem-redis>=0:databases/rubygem-redis \
|
|
rubygem-ruby-openid>=0:net/rubygem-ruby-openid
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|