diff options
author | swills <swills@FreeBSD.org> | 2016-03-28 20:19:21 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-03-28 20:19:21 +0800 |
commit | 920e163f516bc8eb9fe0be085a580c4a28e97924 (patch) | |
tree | f074fdd7c776d0c43efcaa756ea3195fec212694 /net | |
parent | 4f9c268cca5ad1922f0d8b6839fb2f41cf825cdc (diff) | |
download | freebsd-ports-gnome-920e163f516bc8eb9fe0be085a580c4a28e97924.tar.gz freebsd-ports-gnome-920e163f516bc8eb9fe0be085a580c4a28e97924.tar.zst freebsd-ports-gnome-920e163f516bc8eb9fe0be085a580c4a28e97924.zip |
net/rubygem-omniauth-cas3: add port
CAS 3.0 Strategy for OmniAuth
WWW: https://github.com/tduehr/omniauth-cas3
PR: 208352
Submitted by: Johannes Jost Meixner <xmj@FreeBSD.org>
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 |