diff options
Diffstat (limited to 'devel/p5-IO-Async/Makefile')
-rw-r--r-- | devel/p5-IO-Async/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-IO-Async/Makefile b/devel/p5-IO-Async/Makefile index a7fc407a16b6..15b98ddb67ad 100644 --- a/devel/p5-IO-Async/Makefile +++ b/devel/p5-IO-Async/Makefile @@ -14,13 +14,13 @@ COMMENT= Perl modules that implement asynchronous filehandle IO LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Future>=0.33:${PORTSDIR}/devel/p5-Future \ - p5-Struct-Dumb>0:${PORTSDIR}/devel/p5-Struct-Dumb +BUILD_DEPENDS= p5-Future>=0.33:devel/p5-Future \ + p5-Struct-Dumb>0:devel/p5-Struct-Dumb RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-Identity>=0:${PORTSDIR}/devel/p5-Test-Identity \ - p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Refcount>=0:${PORTSDIR}/devel/p5-Test-Refcount +TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \ + p5-Test-Identity>=0:devel/p5-Test-Identity \ + p5-Test-Pod>=1:devel/p5-Test-Pod \ + p5-Test-Refcount>=0:devel/p5-Test-Refcount NO_ARCH= yes USES= perl5 |