1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

* update to 2.09

* change maintainer to perl@
This commit is contained in:
Sergey Skvortsov 2005-04-27 09:06:02 +00:00
parent b9e65bcffb
commit 454bf546c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134239
4 changed files with 10 additions and 6 deletions

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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