diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-02 00:28:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-02 00:28:59 +0800 |
commit | ef2bf17db0154a7fc6b60e5aee6c99cdea65f19f (patch) | |
tree | a2d9f6193101a3eb89bd4f2df88db56ec874a1c6 /devel | |
parent | 4be648917cb3ed4dd9ca69ecd2a419937b1374c5 (diff) | |
download | freebsd-ports-gnome-ef2bf17db0154a7fc6b60e5aee6c99cdea65f19f.tar.gz freebsd-ports-gnome-ef2bf17db0154a7fc6b60e5aee6c99cdea65f19f.tar.zst freebsd-ports-gnome-ef2bf17db0154a7fc6b60e5aee6c99cdea65f19f.zip |
- Add LICENSE
- Remove outdated PERL_LEVEL check
- Remove regression-test:
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-MetaCPAN-API/Makefile | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/devel/p5-MetaCPAN-API/Makefile b/devel/p5-MetaCPAN-API/Makefile index 058ea21e79cc..2cb42afb8f52 100644 --- a/devel/p5-MetaCPAN-API/Makefile +++ b/devel/p5-MetaCPAN-API/Makefile @@ -12,28 +12,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Comprehensive, DWIM-featured API to MetaCPAN +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-TinyMocker>=0:${PORTSDIR}/devel/p5-Test-TinyMocker USES= perl5 USE_PERL5= modbuild -.if defined(MAINTAINER_MODE) -regression-test: build - cd ${WRKSRC} && ${PERL5} ${PL_BUILD} test -.endif - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -BUILD_DEPENDS+= p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny -RUN_DEPENDS+= p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |