diff options
author | tobez <tobez@FreeBSD.org> | 2006-03-27 10:08:49 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-03-27 10:08:49 +0000 |
commit | c4430f8494e199a4e757f8b82310fd2096e0cd9a (patch) | |
tree | ec955111b8f3e80b95997212c10a0c9070c3b0bb /security | |
parent | b818c146affb5013f9f9d24521358dd99b5bee09 (diff) | |
download | FreeBSD-ports-c4430f8494e199a4e757f8b82310fd2096e0cd9a.zip FreeBSD-ports-c4430f8494e199a4e757f8b82310fd2096e0cd9a.tar.gz |
Update to 2.10. Require perl from ports.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-SASL/Makefile | 28 | ||||
-rw-r--r-- | security/p5-Authen-SASL/distinfo | 6 | ||||
-rw-r--r-- | security/p5-Authen-SASL/pkg-plist | 1 |
3 files changed, 26 insertions, 9 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index 4781eed..01d4c38 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Authen-SASL -PORTVERSION= 2.09 +PORTVERSION= 2.10 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Authen @@ -15,11 +15,27 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for SASL authentication +BUILD_DEPENDS= \ + p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \ + p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes -MAN3= Authen::SASL.3 Authen::SASL::Perl.3 \ - Authen::SASL::Perl::ANONYMOUS.3 Authen::SASL::Perl::CRAM_MD5.3 \ - Authen::SASL::Perl::DIGEST_MD5.3 Authen::SASL::Perl::EXTERNAL.3 \ - Authen::SASL::Perl::LOGIN.3 Authen::SASL::Perl::PLAIN.3 +MAN3+= Authen::SASL.3 +MAN3+= Authen::SASL::Perl.3 +MAN3+= Authen::SASL::Perl::ANONYMOUS.3 +MAN3+= Authen::SASL::Perl::CRAM_MD5.3 +MAN3+= Authen::SASL::Perl::DIGEST_MD5.3 +MAN3+= Authen::SASL::Perl::EXTERNAL.3 +MAN3+= Authen::SASL::Perl::GSSAPI.3 +MAN3+= Authen::SASL::Perl::LOGIN.3 +MAN3+= Authen::SASL::Perl::PLAIN.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/security/p5-Authen-SASL/distinfo b/security/p5-Authen-SASL/distinfo index e9f9dea..c61adca 100644 --- a/security/p5-Authen-SASL/distinfo +++ b/security/p5-Authen-SASL/distinfo @@ -1,3 +1,3 @@ -MD5 (Authen-SASL-2.09.tar.gz) = e11b60f58850ff6e71e6e1813c1f5e31 -SHA256 (Authen-SASL-2.09.tar.gz) = e734645e3f436de2cd6f7580e854913ddc1853361ac6e936f0d19f2f075c0857 -SIZE (Authen-SASL-2.09.tar.gz) = 26070 +MD5 (Authen-SASL-2.10.tar.gz) = 041ce912640c5dff626a91435a359b88 +SHA256 (Authen-SASL-2.10.tar.gz) = 6339c6aadc412424ef501ca2f0b60f060391713192b4775fe1cec4b4291e9b4c +SIZE (Authen-SASL-2.10.tar.gz) = 42783 diff --git a/security/p5-Authen-SASL/pkg-plist b/security/p5-Authen-SASL/pkg-plist index 145e25f..62d0b76 100644 --- a/security/p5-Authen-SASL/pkg-plist +++ b/security/p5-Authen-SASL/pkg-plist @@ -8,6 +8,7 @@ %%SITE_PERL%%/Authen/SASL/Perl/CRAM_MD5.pm %%SITE_PERL%%/Authen/SASL/Perl/DIGEST_MD5.pm %%SITE_PERL%%/Authen/SASL/Perl/EXTERNAL.pm +%%SITE_PERL%%/Authen/SASL/Perl/GSSAPI.pm %%SITE_PERL%%/Authen/SASL/Perl/LOGIN.pm %%SITE_PERL%%/Authen/SASL/Perl/PLAIN.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/SASL/.packlist |