aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-05-24 17:03:04 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-05-24 17:03:04 +0000
commite6c1d73049da0c6a4cdc2d9fbc3a4b9ff7cbcc5d (patch)
tree3584cf4b4bc76a2e53c466f9a8e795c8d479b33d /converters
parent1e52b2ea3a80d79533361ba7c567b5aa8b3a0915 (diff)
downloadports-e6c1d73049da0c6a4cdc2d9fbc3a4b9ff7cbcc5d.tar.gz
ports-e6c1d73049da0c6a4cdc2d9fbc3a4b9ff7cbcc5d.zip
Notes
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>