- Add missing BUILD_DEPENDS to silence build warnings

- Add TEST_DEPENDS to enable testing
This commit is contained in:
Steve Wills 2011-12-29 21:59:04 +00:00
parent aeebdd0f59
commit e5fe56df10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288258

View file

@ -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