diff options
Diffstat (limited to 'devel/p5-self/Makefile')
-rw-r--r-- | devel/p5-self/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-self/Makefile b/devel/p5-self/Makefile index 4274748e58ca..321e008017ca 100644 --- a/devel/p5-self/Makefile +++ b/devel/p5-self/Makefile @@ -14,10 +14,10 @@ COMMENT= Provides "self" and "args" keywords in your OO program LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-B-Hooks-Parser>=0.08:${PORTSDIR}/devel/p5-B-Hooks-Parser \ - p5-B-OPCheck>=0.27:${PORTSDIR}/devel/p5-B-OPCheck \ - p5-Devel-Declare>=0.003004:${PORTSDIR}/devel/p5-Devel-Declare \ - p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter +BUILD_DEPENDS= p5-B-Hooks-Parser>=0.08:devel/p5-B-Hooks-Parser \ + p5-B-OPCheck>=0.27:devel/p5-B-OPCheck \ + p5-Devel-Declare>=0.003004:devel/p5-Devel-Declare \ + p5-Sub-Exporter>=0:devel/p5-Sub-Exporter RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes |