- Move variables to make portlint happier.

This commit is contained in:
Jun Kuriyama 2008-03-26 01:46:27 +00:00
parent 77660a920b
commit ef254c0101
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209827

View file

@ -14,12 +14,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to convert to JSON (JavaScript Object Notation) 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 RUN_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww
BUILD_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 ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
CONFLICTS= p5-JSON-1.*
PERL_CONFIGURE= yes PERL_CONFIGURE= yes
MAN3= JSON.3 \ MAN3= JSON.3 \