diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-03-27 10:08:49 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-03-27 10:08:49 +0000 |
commit | 1070c78a8507cacf7f098742431ac64d40175684 (patch) | |
tree | df1722616a2f4b503a27885927acaf7a583c6caa /security/p5-Authen-SASL | |
parent | 883fe7bd8fd599a434c8dc30aca820cddc4af3c6 (diff) | |
download | ports-1070c78a8507cacf7f098742431ac64d40175684.tar.gz ports-1070c78a8507cacf7f098742431ac64d40175684.zip |
Notes
Diffstat (limited to 'security/p5-Authen-SASL')
-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 4781eedf75a0..01d4c38391a8 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 e9f9dea384e6..c61adca40a4e 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 145e25f726c2..62d0b76d27b8 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 |