diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2010-02-15 21:17:09 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2010-02-15 21:17:09 +0000 |
commit | f62d677ba80db5f532c77aaa9b7b1a24a50da300 (patch) | |
tree | ed41860abc1f56799a1e8896376158a993d18f70 /security/p5-Crypt-Blowfish/Makefile | |
parent | 8b9a56099c633016937c8211e6efabc21a028332 (diff) | |
download | ports-f62d677ba80db5f532c77aaa9b7b1a24a50da300.tar.gz ports-f62d677ba80db5f532c77aaa9b7b1a24a50da300.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Blowfish/Makefile')
-rw-r--r-- | security/p5-Crypt-Blowfish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile index b4a8f43740c3..76b8cee443bb 100644 --- a/security/p5-Crypt-Blowfish/Makefile +++ b/security/p5-Crypt-Blowfish/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-Blowfish -PORTVERSION= 2.10 +PORTVERSION= 2.11a CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,7 @@ COMMENT= Perl5 interface to the Blowfish encryption alogorithm BUILD_DEPENDS= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC +WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//} PERL_CONFIGURE= yes MAN3= Crypt::Blowfish.3 |