diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-03-28 12:19:21 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-03-28 12:19:21 +0000 |
commit | 0d143840ca27ef139a10e563171deb9d5d72de4d (patch) | |
tree | f074fdd7c776d0c43efcaa756ea3195fec212694 /net | |
parent | a8ea90295e6287256e77610c3a591946669d7011 (diff) | |
download | ports-0d143840ca27ef139a10e563171deb9d5d72de4d.tar.gz ports-0d143840ca27ef139a10e563171deb9d5d72de4d.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/rubygem-omniauth-cas3/Makefile | 23 | ||||
-rw-r--r-- | net/rubygem-omniauth-cas3/distinfo | 2 | ||||
-rw-r--r-- | net/rubygem-omniauth-cas3/pkg-descr | 3 |
4 files changed, 29 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 8a2428ff27a2..669137bc66ef 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1129,6 +1129,7 @@ SUBDIR += rubygem-octokit SUBDIR += rubygem-octopress-deploy SUBDIR += rubygem-omniauth-azure-oauth2 + SUBDIR += rubygem-omniauth-cas3 SUBDIR += rubygem-omniauth-facebook SUBDIR += rubygem-omniauth-github SUBDIR += rubygem-omniauth-github-discourse diff --git a/net/rubygem-omniauth-cas3/Makefile b/net/rubygem-omniauth-cas3/Makefile new file mode 100644 index 000000000000..d3d6f12d7c22 --- /dev/null +++ b/net/rubygem-omniauth-cas3/Makefile @@ -0,0 +1,23 @@ +# Created by: Torsten Zuehlsdorff <ports@toco-domains.de> +# $FreeBSD$ + +PORTNAME= omniauth-cas3 +PORTVERSION= 1.1.3 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= CAS 3.0 Strategy for OmniAuth + +LICENSE= MIT + +RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \ + rubygem-nokogiri>=1.6.6:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/net/rubygem-omniauth-cas3/distinfo b/net/rubygem-omniauth-cas3/distinfo new file mode 100644 index 000000000000..618d120cf70a --- /dev/null +++ b/net/rubygem-omniauth-cas3/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-cas3-1.1.3.gem) = 6766ea2eed2b15816626011c5656ca13c539037946df25d6b6c37c11a1a85c8f +SIZE (rubygem/omniauth-cas3-1.1.3.gem) = 15872 diff --git a/net/rubygem-omniauth-cas3/pkg-descr b/net/rubygem-omniauth-cas3/pkg-descr new file mode 100644 index 000000000000..86c7350caf38 --- /dev/null +++ b/net/rubygem-omniauth-cas3/pkg-descr @@ -0,0 +1,3 @@ +CAS 3.0 Strategy for OmniAuth + +WWW: https://github.com/tduehr/omniauth-cas3 |