diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-10-06 19:39:33 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-10-06 19:39:33 +0000 |
commit | 4d1608f132aeba31bc98951c2c6ddd8a1ebbcdd8 (patch) | |
tree | 0be77cede85f763fb7dad67369c7b0f63682443f /devel/p5-Log-Dispatch-Config | |
parent | 81744da396798f2fbef1728928f8f0d76c10829b (diff) | |
download | ports-4d1608f132aeba31bc98951c2c6ddd8a1ebbcdd8.tar.gz ports-4d1608f132aeba31bc98951c2c6ddd8a1ebbcdd8.zip |
Notes
Diffstat (limited to 'devel/p5-Log-Dispatch-Config')
-rw-r--r-- | devel/p5-Log-Dispatch-Config/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Log-Dispatch-Config/Makefile b/devel/p5-Log-Dispatch-Config/Makefile index 9b429f66b014..fa4605a0811d 100644 --- a/devel/p5-Log-Dispatch-Config/Makefile +++ b/devel/p5-Log-Dispatch-Config/Makefile @@ -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 |