diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-03-13 00:57:09 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-03-13 00:57:09 +0000 |
commit | 15a0ee75eee0e845234e2aaa671a5d1de919fc51 (patch) | |
tree | 86b2a9d431035c0a8d7ba19d16be24a38ab7a07b /security/rubygem-omniauth-cas | |
parent | c37a900ded9f9d46c30721f7d3e61f94b98047d8 (diff) | |
download | ports-15a0ee75eee0e845234e2aaa671a5d1de919fc51.tar.gz ports-15a0ee75eee0e845234e2aaa671a5d1de919fc51.zip |
Notes
Diffstat (limited to 'security/rubygem-omniauth-cas')
-rw-r--r-- | security/rubygem-omniauth-cas/Makefile | 22 | ||||
-rw-r--r-- | security/rubygem-omniauth-cas/distinfo | 3 | ||||
-rw-r--r-- | security/rubygem-omniauth-cas/pkg-descr | 4 |
3 files changed, 29 insertions, 0 deletions
diff --git a/security/rubygem-omniauth-cas/Makefile b/security/rubygem-omniauth-cas/Makefile new file mode 100644 index 000000000000..e245b41e8c09 --- /dev/null +++ b/security/rubygem-omniauth-cas/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= omniauth-cas +PORTVERSION= 1.1.1 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Central Authentication Service (CAS) strategy for OmniAuth + +LICENSE= MIT + +RUN_DEPENDS= rubygem-omniauth>=1.2:security/rubygem-omniauth \ + rubygem-nokogiri>=1.5:textproc/rubygem-nokogiri \ + rubygem-addressable>=2.3:www/rubygem-addressable + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/security/rubygem-omniauth-cas/distinfo b/security/rubygem-omniauth-cas/distinfo new file mode 100644 index 000000000000..7a902eefff32 --- /dev/null +++ b/security/rubygem-omniauth-cas/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520100500 +SHA256 (rubygem/omniauth-cas-1.1.1.gem) = e49e46df4caed86b6792ba10576c454f6eed3d2a7ede9f828447aa42323bd3da +SIZE (rubygem/omniauth-cas-1.1.1.gem) = 15872 diff --git a/security/rubygem-omniauth-cas/pkg-descr b/security/rubygem-omniauth-cas/pkg-descr new file mode 100644 index 000000000000..8e7042cb042b --- /dev/null +++ b/security/rubygem-omniauth-cas/pkg-descr @@ -0,0 +1,4 @@ +Use the Central Authentication Service (CAS) single sign-on protocol for the web +with Ruby and OmniAuth. + +WWW: https://github.com/dlindahl/omniauth-cas |