aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-JSON-RPC
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-03-02 00:27:04 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-03-02 00:27:04 +0800
commit4be648917cb3ed4dd9ca69ecd2a419937b1374c5 (patch)
treecbd36a23e44547b86f40e6199428fd537e39a8cc /devel/p5-JSON-RPC
parent2aa7909260c5213a4703239e5cfd805510f799ee (diff)
downloadfreebsd-ports-gnome-4be648917cb3ed4dd9ca69ecd2a419937b1374c5.tar.gz
freebsd-ports-gnome-4be648917cb3ed4dd9ca69ecd2a419937b1374c5.tar.zst
freebsd-ports-gnome-4be648917cb3ed4dd9ca69ecd2a419937b1374c5.zip
- Add LICENSE
- Remove outdated PERL_LEVEL check
Diffstat (limited to 'devel/p5-JSON-RPC')
-rw-r--r--devel/p5-JSON-RPC/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/p5-JSON-RPC/Makefile b/devel/p5-JSON-RPC/Makefile
index e4954c7f5dca..c9c2382e9166 100644
--- a/devel/p5-JSON-RPC/Makefile
+++ b/devel/p5-JSON-RPC/Makefile
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl implementation of JSON-RPC 1.1 protocol
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Class-Accessor-Lite>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
@@ -23,10 +26,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>