aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-03 02:13:03 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-03 02:13:03 +0800
commit86fb97cf2b9e2ce3adb5698830ae7ab4ddbc524c (patch)
treee3298a167feb65507105c3eb0aa0ee5f7aacdf2e /devel
parent4accd209a4807c008425552fbbcce3adf68b7188 (diff)
downloadfreebsd-ports-86fb97cf2b9e2ce3adb5698830ae7ab4ddbc524c.tar.gz
freebsd-ports-86fb97cf2b9e2ce3adb5698830ae7ab4ddbc524c.tar.zst
freebsd-ports-86fb97cf2b9e2ce3adb5698830ae7ab4ddbc524c.zip
Add LICENSE_FILE
- Add NO_ARCH - Remove outdated PERL_LEVEL check
Notes
Notes: svn path=/head/; revision=442421
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Test-Bits/Makefile10
1 files 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 <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>