1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Add missing build depends to quiet build warnings and allow testing

This commit is contained in:
Steve Wills 2011-10-06 19:39:33 +00:00
parent 81744da396
commit 4d1608f132
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283065

View File

@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A log4j equivalent for Perl
BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
RUN_DEPENDS= p5-AppConfig>=1.52:${PORTSDIR}/devel/p5-AppConfig \
BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
p5-AppConfig>=1.52:${PORTSDIR}/devel/p5-AppConfig \
p5-Log-Dispatch>=2:${PORTSDIR}/devel/p5-Log-Dispatch
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes