svn commit: r430022 - head/devel/p5-Module-Build-Kwalitee

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 30 19:20:24 UTC 2016


Author: sunpoet
Date: Fri Dec 30 19:20:22 2016
New Revision: 430022
URL: https://svnweb.freebsd.org/changeset/ports/430022

Log:
  - Remove p5-Module-Build from BUILD_DEPENDS: already brought in by USE_PERL5=modbuild
  - Add NO_ARCH [1]
  
  Approved by:	portmgr (blanket) [1]
  With hat:	perl

Modified:
  head/devel/p5-Module-Build-Kwalitee/Makefile

Modified: head/devel/p5-Module-Build-Kwalitee/Makefile
==============================================================================
--- head/devel/p5-Module-Build-Kwalitee/Makefile	Fri Dec 30 19:20:18 2016	(r430021)
+++ head/devel/p5-Module-Build-Kwalitee/Makefile	Fri Dec 30 19:20:22 2016	(r430022)
@@ -12,12 +12,12 @@ MAINTAINER=	ychsiao at ychsiao.org
 COMMENT=	Module::Build subclass with prepackaged tests
 
 BUILD_DEPENDS=	p5-YAML>=0:textproc/p5-YAML \
-		p5-Module-Build>=0.26.09:devel/p5-Module-Build \
 		p5-Test-Pod>=0:devel/p5-Test-Pod \
 		p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \
 		p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
 RUN_DEPENDS=	p5-File-Find-Rule>=0:devel/p5-File-Find-Rule
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	modbuild
 


More information about the svn-ports-head mailing list