diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-31 20:10:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-31 20:10:16 +0000 |
commit | b64a7dbf89e9ca8c91aa87cbffc3f64211d83220 (patch) | |
tree | a3a85b388aa42fd5b634b7005c8ddf834bf8b8ac /net/p5-RPC-XML | |
parent | 455d78c7b996b91fd348e039c437f5dd96f967b0 (diff) | |
download | ports-b64a7dbf89e9ca8c91aa87cbffc3f64211d83220.tar.gz ports-b64a7dbf89e9ca8c91aa87cbffc3f64211d83220.zip |
Notes
Diffstat (limited to 'net/p5-RPC-XML')
-rw-r--r-- | net/p5-RPC-XML/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index 3f5d98756a0c..1e17dd382403 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -27,10 +27,4 @@ OPTIONS_DEFINE= XS 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:lang/p5-Scalar-List-Utils -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |