diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-11-18 00:51:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-11-18 00:51:41 +0000 |
commit | d9c774be1c6cf3e1f5e381ebc6046ae8ae98a893 (patch) | |
tree | 3e8d4388216b84e30ebaf7ddf27083a3bd3a1795 /security/p5-Net-SAML | |
parent | 6150a2b7ea590534f0cd872e4477992ebd861aed (diff) | |
download | ports-d9c774be1c6cf3e1f5e381ebc6046ae8ae98a893.tar.gz ports-d9c774be1c6cf3e1f5e381ebc6046ae8ae98a893.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>
Notes
Notes:
svn path=/head/; revision=264726
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/ |