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:
parent
51e3b5e427
commit
cf6cd11775
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319574
@ -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
|
||||
|
19
www/rubygem-rack-openid/Makefile
Normal file
19
www/rubygem-rack-openid/Makefile
Normal 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>
|
2
www/rubygem-rack-openid/distinfo
Normal file
2
www/rubygem-rack-openid/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/rack-openid-1.3.1.gem) = 1b3a30ed9840e9cf1f3e28a524badfb8796519322e3f9d82b7a49c70b1832537
|
||||
SIZE (rubygem/rack-openid-1.3.1.gem) = 7680
|
3
www/rubygem-rack-openid/pkg-descr
Normal file
3
www/rubygem-rack-openid/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Provides a more HTTPish API around the ruby-openid library
|
||||
|
||||
WWW: http://github.com/josh/rack-openid
|
Loading…
Reference in New Issue
Block a user