diff options
Diffstat (limited to 'net/p5-RPC-XML/Makefile')
-rw-r--r-- | net/p5-RPC-XML/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index 01de7a96a472..7a0d3e2f0eff 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -13,23 +13,23 @@ COMMENT= XML-RPC client and server library for Perl LICENSE= ART20 LGPL21 LICENSE_COMB= dual -BUILD_DEPENDS= p5-XML-Parser>=2.31:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-libwww>=5.834:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-XML-Parser>=2.31:textproc/p5-XML-Parser \ + p5-libwww>=5.834:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-DateTime-Format-ISO8601>=0.07:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 +TEST_DEPENDS= p5-DateTime-Format-ISO8601>=0.07:devel/p5-DateTime-Format-ISO8601 USES= gmake perl5 USE_PERL5= configure OPTIONS_DEFINE= XS -XS_BUILD_DEPENDS= p5-XML-LibXML>=1.85:${PORTSDIR}/textproc/p5-XML-LibXML +XS_BUILD_DEPENDS= p5-XML-LibXML>=1.85:textproc/p5-XML-LibXML XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS} .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501905 -TEST_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils +TEST_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils .endif .include <bsd.port.post.mk> |