1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Provides a more HTTPish API around the ruby-openid library

WWW: http://github.com/josh/rack-openid
This commit is contained in:
Steve Wills 2013-06-01 14:30:18 +00:00
parent 51e3b5e427
commit cf6cd11775
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319574
4 changed files with 25 additions and 0 deletions

View File

@ -1775,6 +1775,7 @@
SUBDIR += rubygem-rack
SUBDIR += rubygem-rack-cache
SUBDIR += rubygem-rack-mount
SUBDIR += rubygem-rack-openid
SUBDIR += rubygem-rack-protection
SUBDIR += rubygem-rack-ssl
SUBDIR += rubygem-rack-test

View File

@ -0,0 +1,19 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rack-openid
PORTVERSION= 1.3.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides a more HTTPish API around the ruby-openid library
RUN_DEPENDS= rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack \
rubygem-openid>=2.1.8:${PORTSDIR}/net/rubygem-openid
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/rack-openid-1.3.1.gem) = 1b3a30ed9840e9cf1f3e28a524badfb8796519322e3f9d82b7a49c70b1832537
SIZE (rubygem/rack-openid-1.3.1.gem) = 7680

View File

@ -0,0 +1,3 @@
Provides a more HTTPish API around the ruby-openid library
WWW: http://github.com/josh/rack-openid