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/Makefile | |
parent | b9e65bcffbd46d759b7ac9ff33ef057d849b186d (diff) | |
download | ports-454bf546c7cfde865c21aebd33268b2eed5ca296.tar.gz ports-454bf546c7cfde865c21aebd33268b2eed5ca296.zip |
Notes
Diffstat (limited to 'security/p5-Authen-SASL/Makefile')
-rw-r--r-- | security/p5-Authen-SASL/Makefile | 9 |
1 files changed, 6 insertions, 3 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> |