diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2010-03-29 22:35:09 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2010-03-29 22:35:09 +0000 |
commit | d72f068c13d2929aaffeedfe30de8d90ac4b6f70 (patch) | |
tree | 0c678baff368c354cb206594fb0443ae5dbb0fa4 /security/p5-Authen-SASL/Makefile | |
parent | e0bd3cc530372757532ee41bc9c8f5df9f3c3bc3 (diff) | |
download | ports-d72f068c13d2929aaffeedfe30de8d90ac4b6f70.tar.gz ports-d72f068c13d2929aaffeedfe30de8d90ac4b6f70.zip |
Notes
Diffstat (limited to 'security/p5-Authen-SASL/Makefile')
-rw-r--r-- | security/p5-Authen-SASL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index 404b8a2f868d..647e4032a710 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -6,10 +6,11 @@ # PORTNAME= Authen-SASL -PORTVERSION= 2.14 +PORTVERSION= 2.14.01 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for SASL authentication |