Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2020 11:20:17 +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: r554199 - head/devel/p5-Object-Container
Message-ID:  <202011061120.0A6BKHKI086684@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Nov  6 11:20:17 2020
New Revision: 554199
URL: https://svnweb.freebsd.org/changeset/ports/554199

Log:
  Add NO_ARCH

Modified:
  head/devel/p5-Object-Container/Makefile

Modified: head/devel/p5-Object-Container/Makefile
==============================================================================
--- head/devel/p5-Object-Container/Makefile	Fri Nov  6 11:20:12 2020	(r554198)
+++ head/devel/p5-Object-Container/Makefile	Fri Nov  6 11:20:17 2020	(r554199)
@@ -18,9 +18,11 @@ BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Class-Accessor>=0:devel/p5-Class-Accessor
 TEST_DEPENDS=	p5-Test-Requires>=0:devel/p5-Test-Requires
 
-PORTSCOUT=	limit:^[0-9]*.[0-9][0-9]$$
-
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+PORTSCOUT=	limit:^[0-9]*.[0-9][0-9]$$
 
 .include <bsd.port.mk>



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