svn commit: r442421 - head/devel/p5-Test-Bits

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 2 18:13:05 UTC 2017


Author: sunpoet
Date: Fri Jun  2 18:13:03 2017
New Revision: 442421
URL: https://svnweb.freebsd.org/changeset/ports/442421

Log:
  Add LICENSE_FILE
  
  - Add NO_ARCH
  - Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Test-Bits/Makefile

Modified: head/devel/p5-Test-Bits/Makefile
==============================================================================
--- head/devel/p5-Test-Bits/Makefile	Fri Jun  2 18:12:58 2017	(r442420)
+++ head/devel/p5-Test-Bits/Makefile	Fri Jun  2 18:13:03 2017	(r442421)
@@ -12,18 +12,14 @@ MAINTAINER=	sunpoet at 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>


More information about the svn-ports-all mailing list