Add LICENSE_FILE

- Add NO_ARCH
- Remove outdated PERL_LEVEL check
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-06-02 18:13:03 +00:00
parent 4accd209a4
commit 86fb97cf2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442421

View file

@ -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>