diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2008-03-26 09:46:27 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2008-03-26 09:46:27 +0800 |
commit | 58dfa867eb0a669a9278391083c031f526824fb3 (patch) | |
tree | ccba6458f210bca6ad43b7b0a0a71bd8d8f4ef62 /converters/p5-JSON | |
parent | 4385c304b216fdf79b67e134cacbe6dc4c09ccee (diff) | |
download | freebsd-ports-gnome-58dfa867eb0a669a9278391083c031f526824fb3.tar.gz freebsd-ports-gnome-58dfa867eb0a669a9278391083c031f526824fb3.tar.zst freebsd-ports-gnome-58dfa867eb0a669a9278391083c031f526824fb3.zip |
- Move variables to make portlint happier.
Diffstat (limited to 'converters/p5-JSON')
-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 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 \ |