diff options
Diffstat (limited to 'devel/p5-Sub-Exporter/Makefile')
-rw-r--r-- | devel/p5-Sub-Exporter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Sub-Exporter/Makefile b/devel/p5-Sub-Exporter/Makefile index 81354d6dfb97..9339ddd7fa3c 100644 --- a/devel/p5-Sub-Exporter/Makefile +++ b/devel/p5-Sub-Exporter/Makefile @@ -14,9 +14,9 @@ COMMENT= Sophisticated exporter for custom-built routines LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Data-OptList>=0.100:${PORTSDIR}/devel/p5-Data-OptList \ - p5-Params-Util>=0.14:${PORTSDIR}/devel/p5-Params-Util \ - p5-Sub-Install>=0.920:${PORTSDIR}/devel/p5-Sub-Install +BUILD_DEPENDS= p5-Data-OptList>=0.100:devel/p5-Data-OptList \ + p5-Params-Util>=0.14:devel/p5-Params-Util \ + p5-Sub-Install>=0.920:devel/p5-Sub-Install RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |