diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-07-16 15:21:30 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-07-16 15:21:30 +0000 |
commit | fd9c6dba48349083a0a88df12d24bdcdbe5376a9 (patch) | |
tree | 056b32ceb4dec667d21c24390065bcdb17b6b09b /security/p5-Tie-EncryptedHash/Makefile | |
parent | 50570fd8413c2ed98fed5964460efa5fe98a58c6 (diff) | |
download | ports-fd9c6dba48349083a0a88df12d24bdcdbe5376a9.tar.gz ports-fd9c6dba48349083a0a88df12d24bdcdbe5376a9.zip |
Notes
Diffstat (limited to 'security/p5-Tie-EncryptedHash/Makefile')
-rw-r--r-- | security/p5-Tie-EncryptedHash/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/p5-Tie-EncryptedHash/Makefile b/security/p5-Tie-EncryptedHash/Makefile index 4f67b1dfafa1..1d7e9262e247 100644 --- a/security/p5-Tie-EncryptedHash/Makefile +++ b/security/p5-Tie-EncryptedHash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Tie-EncryptedHash -PORTVERSION= 1.21 +PORTVERSION= 1.24 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Hashes (and objects based on hashes) with encrypting fields -BUILD_DEPENDS= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC PERL_CONFIGURE= yes |