diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-04-27 09:06:02 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-04-27 09:06:02 +0000 |
commit | 454bf546c7cfde865c21aebd33268b2eed5ca296 (patch) | |
tree | dcb0e09732a276e47e88984858efc0fae9d01a68 /security/p5-Authen-SASL | |
parent | b9e65bcffbd46d759b7ac9ff33ef057d849b186d (diff) | |
download | ports-454bf546c7cfde865c21aebd33268b2eed5ca296.tar.gz ports-454bf546c7cfde865c21aebd33268b2eed5ca296.zip |
Notes
Diffstat (limited to 'security/p5-Authen-SASL')
-rw-r--r-- | security/p5-Authen-SASL/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Authen-SASL/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Authen-SASL/pkg-descr | 2 | ||||
-rw-r--r-- | security/p5-Authen-SASL/pkg-plist | 1 |
4 files changed, 10 insertions, 6 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index 9dc73484b4a0..4781eedf75a0 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -6,17 +6,20 @@ # PORTNAME= Authen-SASL -PORTVERSION= 2.08 +PORTVERSION= 2.09 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Authen PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for SASL authentication PERL_CONFIGURE= yes -MAN3= Authen::SASL.3 Authen::SASL::Perl::DIGEST_MD5.3 +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 .include <bsd.port.mk> diff --git a/security/p5-Authen-SASL/distinfo b/security/p5-Authen-SASL/distinfo index 3b7f9d616296..94ace5131f03 100644 --- a/security/p5-Authen-SASL/distinfo +++ b/security/p5-Authen-SASL/distinfo @@ -1,2 +1,2 @@ -MD5 (Authen-SASL-2.08.tar.gz) = a116d7a205fa0dcf969ac8e0bd78d4ff -SIZE (Authen-SASL-2.08.tar.gz) = 16018 +MD5 (Authen-SASL-2.09.tar.gz) = e11b60f58850ff6e71e6e1813c1f5e31 +SIZE (Authen-SASL-2.09.tar.gz) = 26070 diff --git a/security/p5-Authen-SASL/pkg-descr b/security/p5-Authen-SASL/pkg-descr index a6c43878acba..63b2bfacc78e 100644 --- a/security/p5-Authen-SASL/pkg-descr +++ b/security/p5-Authen-SASL/pkg-descr @@ -3,4 +3,4 @@ several network protocols. Authen::SASL provides an implementation framework that all protocols should be able to share. -WWW: http://search.cpan.org/search?dist=Authen-SASL +WWW: http://search.cpan.org/dist/Authen-SASL/ diff --git a/security/p5-Authen-SASL/pkg-plist b/security/p5-Authen-SASL/pkg-plist index cbeab9d013a3..cd1710058c39 100644 --- a/security/p5-Authen-SASL/pkg-plist +++ b/security/p5-Authen-SASL/pkg-plist @@ -3,6 +3,7 @@ %%SITE_PERL%%/Authen/SASL/CRAM_MD5.pm %%SITE_PERL%%/Authen/SASL/EXTERNAL.pm %%SITE_PERL%%/Authen/SASL/Perl.pm +%%SITE_PERL%%/Authen/SASL/Perl.pod %%SITE_PERL%%/Authen/SASL/Perl/ANONYMOUS.pm %%SITE_PERL%%/Authen/SASL/Perl/CRAM_MD5.pm %%SITE_PERL%%/Authen/SASL/Perl/DIGEST_MD5.pm |