diff options
Diffstat (limited to 'devel/p5-POE-Component-Logger/Makefile')
-rw-r--r-- | devel/p5-POE-Component-Logger/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-POE-Component-Logger/Makefile b/devel/p5-POE-Component-Logger/Makefile index 1d721358f399..8721062db2f4 100644 --- a/devel/p5-POE-Component-Logger/Makefile +++ b/devel/p5-POE-Component-Logger/Makefile @@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE logging class -BUILD_DEPENDS= p5-POE>=1.293:${PORTSDIR}/devel/p5-POE \ - p5-Log-Dispatch>=2.26:${PORTSDIR}/devel/p5-Log-Dispatch \ - p5-Log-Dispatch-Config>=1.03:${PORTSDIR}/devel/p5-Log-Dispatch-Config +BUILD_DEPENDS= p5-POE>=1.293:devel/p5-POE \ + p5-Log-Dispatch>=2.26:devel/p5-Log-Dispatch \ + p5-Log-Dispatch-Config>=1.03:devel/p5-Log-Dispatch-Config RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings +TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings USES= perl5 USE_PERL5= configure |