Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2016 19:20:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430022 - head/devel/p5-Module-Build-Kwalitee
Message-ID:  <201612301920.uBUJKNYq048574@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612301920.uBUJKNYq048574>