aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-12-30 05:59:04 +0800
committerswills <swills@FreeBSD.org>2011-12-30 05:59:04 +0800
commit4b9a7fe372aaa7ea5e12ba5bc459d9b2fe6bc498 (patch)
tree57f08fd557ccb8c5c5a47b89d23a569d0643a197 /security
parent8fbb1ddf8d803ac46c27b8df22ab12775d94fba8 (diff)
downloadfreebsd-ports-gnome-4b9a7fe372aaa7ea5e12ba5bc459d9b2fe6bc498.tar.gz
freebsd-ports-gnome-4b9a7fe372aaa7ea5e12ba5bc459d9b2fe6bc498.tar.zst
freebsd-ports-gnome-4b9a7fe372aaa7ea5e12ba5bc459d9b2fe6bc498.zip
- Add missing BUILD_DEPENDS to silence build warnings
- Add TEST_DEPENDS to enable testing
Diffstat (limited to 'security')
-rw-r--r--security/p5-Tie-EncryptedHash/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Tie-EncryptedHash/Makefile b/security/p5-Tie-EncryptedHash/Makefile
index 1d7e9262e247..cb4959ae0a61 100644
--- a/security/p5-Tie-EncryptedHash/Makefile
+++ b/security/p5-Tie-EncryptedHash/Makefile
@@ -14,7 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Hashes (and objects based on hashes) with encrypting fields
-RUN_DEPENDS= p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC
+BUILD_DEPENDS= p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \
+ p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES
PERL_CONFIGURE= yes