diff options
author | leeym <leeym@FreeBSD.org> | 2009-05-13 13:09:41 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2009-05-13 13:09:41 +0800 |
commit | 9f364690f6794ed2b7b4f3cf5a943f864434bcca (patch) | |
tree | bcf2d8ac0795a948ee14d1d1fdb934df7f749c15 /security/p5-Crypt-Twofish/Makefile | |
parent | 6a2b5f947d4a8a9f20aba36d4b6d9b53e0eac606 (diff) | |
download | freebsd-ports-gnome-9f364690f6794ed2b7b4f3cf5a943f864434bcca.tar.gz freebsd-ports-gnome-9f364690f6794ed2b7b4f3cf5a943f864434bcca.tar.zst freebsd-ports-gnome-9f364690f6794ed2b7b4f3cf5a943f864434bcca.zip |
- update to 2.13
Diffstat (limited to 'security/p5-Crypt-Twofish/Makefile')
-rw-r--r-- | security/p5-Crypt-Twofish/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile index b955664ee5f1..541e19b7e264 100644 --- a/security/p5-Crypt-Twofish/Makefile +++ b/security/p5-Crypt-Twofish/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Crypt-Twofish -PORTVERSION= 2.12 -PORTREVISION= 1 +PORTVERSION= 2.13 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module implementing the Twofish cipher -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Crypt::Twofish.3 |