Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2016 19:20:36 +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: r430025 - head/textproc/p5-Data-Report
Message-ID:  <201612301920.uBUJKaXn048899@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Dec 30 19:20:36 2016
New Revision: 430025
URL: https://svnweb.freebsd.org/changeset/ports/430025

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/textproc/p5-Data-Report/Makefile

Modified: head/textproc/p5-Data-Report/Makefile
==============================================================================
--- head/textproc/p5-Data-Report/Makefile	Fri Dec 30 19:20:31 2016	(r430024)
+++ head/textproc/p5-Data-Report/Makefile	Fri Dec 30 19:20:36 2016	(r430025)
@@ -16,10 +16,10 @@ LICENSE_COMB=	dual
 
 COMMON_DEPENDS=	p5-HTML-Parser>0:www/p5-HTML-Parser \
 		p5-Text-CSV_XS>0:textproc/p5-Text-CSV_XS
-BUILD_DEPENDS=	p5-Module-Build>=0.28:devel/p5-Module-Build \
-		${COMMON_DEPENDS}
+BUILD_DEPENDS=	${COMMON_DEPENDS}
 RUN_DEPENDS=	${COMMON_DEPENDS}
 
+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.uBUJKaXn048899>