1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

- Make portlint happier

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-05-24 17:03:04 +00:00
parent 1e52b2ea3a
commit e6c1d73049
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274584

View File

@ -14,13 +14,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl Wrapper Class for the various JSON classes
BUILD_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON
RUN_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON
LICENSE_COMB= dual
LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= JSON::Any.3
.include <bsd.port.mk>