diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-11-18 08:51:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-11-18 08:51:41 +0800 |
commit | 764da674efa29d307f375b62de87783cdca2a766 (patch) | |
tree | 27a0f0e8fbe2f21c67bb2a35965e3fba2236a9c8 /security/p5-Net-SAML | |
parent | 7a70b5c85f4d1f2cd267a3e4064125c5997ab37c (diff) | |
download | freebsd-ports-gnome-764da674efa29d307f375b62de87783cdca2a766.tar.gz freebsd-ports-gnome-764da674efa29d307f375b62de87783cdca2a766.tar.zst freebsd-ports-gnome-764da674efa29d307f375b62de87783cdca2a766.zip |
- Update to 0.70
- Add MASTER_SITES: CPAN
- Add LICENSE while I'm here
- Add CPAN URL to pkg-descr
PR: ports/152329
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Diffstat (limited to 'security/p5-Net-SAML')
-rw-r--r-- | security/p5-Net-SAML/Makefile | 8 | ||||
-rw-r--r-- | security/p5-Net-SAML/distinfo | 5 | ||||
-rw-r--r-- | security/p5-Net-SAML/pkg-descr | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile index d009fe969e0f..bc2e0b975ffa 100644 --- a/security/p5-Net-SAML/Makefile +++ b/security/p5-Net-SAML/Makefile @@ -6,10 +6,10 @@ # PORTNAME= Net-SAML -PORTVERSION= 0.44 -PORTREVISION= 1 +PORTVERSION= 0.70 CATEGORIES= security perl5 -MASTER_SITES= http://zxid.org/ +MASTER_SITES= CPAN/../../authors/id/S/SA/SAMPO/ \ + http://zxid.org/ PKGNAMEPREFIX= p5- DISTNAME= zxid-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for using SAML SSO +LICENSE= ASL + LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ zxid:${PORTSDIR}/security/zxid diff --git a/security/p5-Net-SAML/distinfo b/security/p5-Net-SAML/distinfo index 2e70c586a05d..a9a069e98d6c 100644 --- a/security/p5-Net-SAML/distinfo +++ b/security/p5-Net-SAML/distinfo @@ -1,3 +1,2 @@ -MD5 (zxid-0.44.tgz) = 0c9012e568d86b426a0b1bee309104bf -SHA256 (zxid-0.44.tgz) = b404ab31f5668b4fb4fc9f193a3aaaa39da13f0492c6b4d754c2d4d0bb63b973 -SIZE (zxid-0.44.tgz) = 3417895 +SHA256 (zxid-0.70.tgz) = b243544981913cc765d37694e7f7ac9e196f1c5ce6c979bd1dac933efd457f4d +SIZE (zxid-0.70.tgz) = 3368889 diff --git a/security/p5-Net-SAML/pkg-descr b/security/p5-Net-SAML/pkg-descr index 95470b4f85cc..5a6eba47e90d 100644 --- a/security/p5-Net-SAML/pkg-descr +++ b/security/p5-Net-SAML/pkg-descr @@ -1,4 +1,6 @@ A Perl module wrapping libzxid. Also zxid.pl, that implements SP in mod_perl environment, is supplied. +This module is also available on CPAN at http://search.cpan.org/dist/zxid/. + WWW: http://zxid.org/ |