diff options
author | leeym <leeym@FreeBSD.org> | 2010-07-20 00:18:01 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2010-07-20 00:18:01 +0800 |
commit | 448864cf090bc0f2eed55684d0f8438c56774e6f (patch) | |
tree | 171f774868a5c45a948db3241626aa3fc4ec8d00 /security/p5-Authen-SASL/Makefile | |
parent | 70bb11140f34d6ed7e7b6991bb7826c841c45ce5 (diff) | |
download | freebsd-ports-gnome-448864cf090bc0f2eed55684d0f8438c56774e6f.tar.gz freebsd-ports-gnome-448864cf090bc0f2eed55684d0f8438c56774e6f.tar.zst freebsd-ports-gnome-448864cf090bc0f2eed55684d0f8438c56774e6f.zip |
- update to 2.15
Diffstat (limited to 'security/p5-Authen-SASL/Makefile')
-rw-r--r-- | security/p5-Authen-SASL/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index 647e4032a710..aca831df2c73 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -6,31 +6,31 @@ # PORTNAME= Authen-SASL -PORTVERSION= 2.14.01 +PORTVERSION= 2.15 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for SASL authentication RUN_DEPENDS= p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC +BUILD_DEPENDS= ${RUN_DEPENDS} OPTIONS= KERBEROS "Enable Kerberos support" On PERL_CONFIGURE= yes CONFIGURE_ENV+= AUTOMATED_TESTING=yes -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 +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::GSSAPI.3 \ + Authen::SASL::Perl::LOGIN.3 \ + Authen::SASL::Perl::PLAIN.3 .include <bsd.port.pre.mk> |