aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2008-03-26 01:46:27 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2008-03-26 01:46:27 +0000
commitef254c0101b1a4b5b8b66a9881cba3d77dc6667c (patch)
tree730c744075653ca869b5169858e00f9dad77e7da /converters
parent77660a920b2c9e58089aa286059b427311202652 (diff)
downloadports-ef254c0101b1a4b5b8b66a9881cba3d77dc6667c.tar.gz
ports-ef254c0101b1a4b5b8b66a9881cba3d77dc6667c.zip
- Move variables to make portlint happier.
Notes
Notes: svn path=/head/; revision=209827
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-JSON/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile
index c7d692f1e94a..06f254e824cb 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 \