svn commit: r554199 - head/devel/p5-Object-Container

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 6 11:20:23 UTC 2020


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>


More information about the svn-ports-head mailing list