diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/p5-Pod-Elemental | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | ports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Notes
Diffstat (limited to 'textproc/p5-Pod-Elemental')
-rw-r--r-- | textproc/p5-Pod-Elemental/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/textproc/p5-Pod-Elemental/Makefile b/textproc/p5-Pod-Elemental/Makefile index 65b1fdd9ffe0..f004a189b421 100644 --- a/textproc/p5-Pod-Elemental/Makefile +++ b/textproc/p5-Pod-Elemental/Makefile @@ -13,18 +13,18 @@ COMMENT= Treating a Pod document as a tree of elements LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ - p5-Mixin-Linewise>=0:${PORTSDIR}/devel/p5-Mixin-Linewise \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ - p5-Pod-Eventual>=0:${PORTSDIR}/textproc/p5-Pod-Eventual \ - p5-String-RewritePrefix>=0:${PORTSDIR}/textproc/p5-String-RewritePrefix \ - p5-String-Truncate>=0:${PORTSDIR}/textproc/p5-String-Truncate \ - p5-Sub-Exporter-ForMethods>=0:${PORTSDIR}/devel/p5-Sub-Exporter-ForMethods \ - p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +BUILD_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ + p5-Mixin-Linewise>=0:devel/p5-Mixin-Linewise \ + p5-Moose>=0:devel/p5-Moose \ + p5-MooseX-Types>=0:devel/p5-MooseX-Types \ + p5-Pod-Eventual>=0:textproc/p5-Pod-Eventual \ + p5-String-RewritePrefix>=0:textproc/p5-String-RewritePrefix \ + p5-String-Truncate>=0:textproc/p5-String-Truncate \ + p5-Sub-Exporter-ForMethods>=0:devel/p5-Sub-Exporter-ForMethods \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-Differences>=0:devel/p5-Test-Differences USES= perl5 USE_PERL5= configure @@ -32,8 +32,8 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils .endif .include <bsd.port.post.mk> |