svn commit: r413854 - head/devel/p5-Test-CheckDeps

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 23 06:58:38 UTC 2016


Author: sunpoet
Date: Sat Apr 23 06:58:36 2016
New Revision: 413854
URL: https://svnweb.freebsd.org/changeset/ports/413854

Log:
  - Remove outdated PERL_LEVEL check
  - Add NO_ARCH
  
  With hat:	perl
  Approved by:	portmgr (blanket)

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

Modified: head/devel/p5-Test-CheckDeps/Makefile
==============================================================================
--- head/devel/p5-Test-CheckDeps/Makefile	Sat Apr 23 06:58:32 2016	(r413853)
+++ head/devel/p5-Test-CheckDeps/Makefile	Sat Apr 23 06:58:36 2016	(r413854)
@@ -17,14 +17,8 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-CPAN-Meta-Check>=0.007:devel/p5-CPAN-Meta-Check
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-CPAN-Meta>=2.120920:devel/p5-CPAN-Meta
-RUN_DEPENDS+=	p5-CPAN-Meta>=2.120920:devel/p5-CPAN-Meta
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list