svn commit: r346641 - head/devel/p5-JSON-RPC
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 1 16:27:05 UTC 2014
Author: sunpoet
Date: Sat Mar 1 16:27:04 2014
New Revision: 346641
URL: http://svnweb.freebsd.org/changeset/ports/346641
QAT: https://qat.redports.org/buildarchive/r346641/
Log:
- Add LICENSE
- Remove outdated PERL_LEVEL check
Modified:
head/devel/p5-JSON-RPC/Makefile
Modified: head/devel/p5-JSON-RPC/Makefile
==============================================================================
--- head/devel/p5-JSON-RPC/Makefile Sat Mar 1 16:21:08 2014 (r346640)
+++ head/devel/p5-JSON-RPC/Makefile Sat Mar 1 16:27:04 2014 (r346641)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at 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>
More information about the svn-ports-head
mailing list