svn commit: r499560 - head/devel/p5-IO-Prompt-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 21 19:06:54 UTC 2019


Author: sunpoet
Date: Sun Apr 21 19:06:50 2019
New Revision: 499560
URL: https://svnweb.freebsd.org/changeset/ports/499560

Log:
  Add NO_ARCH

Modified:
  head/devel/p5-IO-Prompt-Tiny/Makefile

Modified: head/devel/p5-IO-Prompt-Tiny/Makefile
==============================================================================
--- head/devel/p5-IO-Prompt-Tiny/Makefile	Sun Apr 21 19:06:44 2019	(r499559)
+++ head/devel/p5-IO-Prompt-Tiny/Makefile	Sun Apr 21 19:06:50 2019	(r499560)
@@ -14,7 +14,9 @@ LICENSE=	APACHE20
 
 TEST_DEPENDS=	p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list