svn commit: r558507 - head/devel/p5-Module-Build-Pluggable

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:08:12 UTC 2020


Author: sunpoet
Date: Sat Dec 19 20:08:08 2020
New Revision: 558507
URL: https://svnweb.freebsd.org/changeset/ports/558507

Log:
  Add NO_ARCH

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

Modified: head/devel/p5-Module-Build-Pluggable/Makefile
==============================================================================
--- head/devel/p5-Module-Build-Pluggable/Makefile	Sat Dec 19 20:08:03 2020	(r558506)
+++ head/devel/p5-Module-Build-Pluggable/Makefile	Sat Dec 19 20:08:08 2020	(r558507)
@@ -19,7 +19,9 @@ RUN_DEPENDS=	p5-Class-Accessor-Lite>=0:devel/p5-Class-
 		p5-Data-OptList>=0:devel/p5-Data-OptList \
 		p5-Test-SharedFork>=0:devel/p5-Test-SharedFork
 
-USE_PERL5=	modbuild
 USES=		perl5
+USE_PERL5=	modbuild
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list