diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-06 18:51:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-06 18:51:17 +0000 |
commit | 2c7b8bf0bdab40127399436656c1a94e1c8c0a89 (patch) | |
tree | 57214bac9c97d5967918fa5d36a4696adeb3577e /converters/p5-JSON-Any/Makefile | |
parent | 8bc198637c88007e0c91c4197b8675737f3ddc09 (diff) | |
download | ports-2c7b8bf0bdab40127399436656c1a94e1c8c0a89.tar.gz ports-2c7b8bf0bdab40127399436656c1a94e1c8c0a89.zip |
Notes
Diffstat (limited to 'converters/p5-JSON-Any/Makefile')
-rw-r--r-- | converters/p5-JSON-Any/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile index 6401015923df..2da40769f92c 100644 --- a/converters/p5-JSON-Any/Makefile +++ b/converters/p5-JSON-Any/Makefile @@ -43,10 +43,4 @@ JSON_PP_RUN_DEPENDS= p5-JSON-PP>=0:${PORTSDIR}/converters/p5-JSON-PP JSON_XS_BUILD_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS JSON_XS_RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -TEST_DEPENDS+= p5-JSON-PP>=0:${PORTSDIR}/converters/p5-JSON-PP -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |