From 86fb97cf2b9e2ce3adb5698830ae7ab4ddbc524c Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Jun 2017 18:13:03 +0000 Subject: [PATCH] Add LICENSE_FILE - Add NO_ARCH - Remove outdated PERL_LEVEL check --- devel/p5-Test-Bits/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/devel/p5-Test-Bits/Makefile b/devel/p5-Test-Bits/Makefile index a4b2956a32b2..75c58a1f8480 100644 --- a/devel/p5-Test-Bits/Makefile +++ b/devel/p5-Test-Bits/Makefile @@ -12,18 +12,14 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provides a bits_is() subroutine for testing binary data LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-List-AllUtils>=0:devel/p5-List-AllUtils RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal +NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include