mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add missing BUILD_DEPENDS to silence build warnings
- Add TEST_DEPENDS to enable testing
This commit is contained in:
parent
aeebdd0f59
commit
e5fe56df10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288258
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue