diff options
Diffstat (limited to 'lang/p5-signatures/Makefile')
-rw-r--r-- | lang/p5-signatures/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/p5-signatures/Makefile b/lang/p5-signatures/Makefile index b1353523a015..35f5d77af879 100644 --- a/lang/p5-signatures/Makefile +++ b/lang/p5-signatures/Makefile @@ -13,11 +13,11 @@ COMMENT= Subroutine signatures for Perl with no source filter LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0.08:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \ - p5-B-Hooks-OP-Check>=0.17:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \ - p5-B-Hooks-OP-PPAddr>=0.03:${PORTSDIR}/devel/p5-B-Hooks-OP-PPAddr \ - p5-B-Hooks-Parser>=0.15:${PORTSDIR}/devel/p5-B-Hooks-Parser \ - p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends +BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0.08:devel/p5-B-Hooks-EndOfScope \ + p5-B-Hooks-OP-Check>=0.17:devel/p5-B-Hooks-OP-Check \ + p5-B-Hooks-OP-PPAddr>=0.03:devel/p5-B-Hooks-OP-PPAddr \ + p5-B-Hooks-Parser>=0.15:devel/p5-B-Hooks-Parser \ + p5-ExtUtils-Depends>=0.302:devel/p5-ExtUtils-Depends RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |