aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-05-25 01:03:04 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-05-25 01:03:04 +0800
commitd7ad0fa76c15d1e06dfdaba9109ce6772eb1f430 (patch)
tree2e098bb980a4595354180c5a12eb248ce1c3dbce /converters
parent0dc8767a487625d0bae8f492e4c6c5036e0d0881 (diff)
downloadfreebsd-ports-gnome-d7ad0fa76c15d1e06dfdaba9109ce6772eb1f430.tar.gz
freebsd-ports-gnome-d7ad0fa76c15d1e06dfdaba9109ce6772eb1f430.tar.zst
freebsd-ports-gnome-d7ad0fa76c15d1e06dfdaba9109ce6772eb1f430.zip
- Make portlint happier
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-JSON-Any/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile
index 671c91312162..1824d127d3fd 100644
--- a/converters/p5-JSON-Any/Makefile
+++ b/converters/p5-JSON-Any/Makefile
@@ -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>