diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-04-09 22:56:11 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-04-09 22:56:11 +0000 |
commit | c751c5077d13b8fe5c1550cdd0b10957c2ecfe74 (patch) | |
tree | 1933bb292b6ed8c8fc4fddaebc94f227afe94c8e /security/p5-Crypt-Twofish_PP | |
parent | f71927efa04d2e1f581f53a04f15fb65cbd570d8 (diff) | |
download | ports-c751c5077d13b8fe5c1550cdd0b10957c2ecfe74.tar.gz ports-c751c5077d13b8fe5c1550cdd0b10957c2ecfe74.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Twofish_PP')
-rw-r--r-- | security/p5-Crypt-Twofish_PP/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/p5-Crypt-Twofish_PP/Makefile b/security/p5-Crypt-Twofish_PP/Makefile index 5e85bb1a3cd5..8934bf9504de 100644 --- a/security/p5-Crypt-Twofish_PP/Makefile +++ b/security/p5-Crypt-Twofish_PP/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-Twofish_PP PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN \ http://kostjn.spb.ru/freebsd/ @@ -15,6 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kostjnspb@yandex.ru COMMENT= The Twofish Algorithm in Pure Perl +BUILD_DEPENDS= p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= YES MAN3= Crypt::Twofish_PP.3 \ |