diff options
-rw-r--r-- | converters/p5-JSON/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile index c7d692f1e94..06f254e824c 100644 --- a/converters/p5-JSON/Makefile +++ b/converters/p5-JSON/Makefile @@ -14,12 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to convert to JSON (JavaScript Object Notation) -CONFLICTS= p5-JSON-1.* - RUN_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +CONFLICTS= p5-JSON-1.* PERL_CONFIGURE= yes MAN3= JSON.3 \ |