svn commit: r498855 - head/devel/p5-Module-Compile

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 13 23:45:16 UTC 2019


Author: sunpoet
Date: Sat Apr 13 23:45:12 2019
New Revision: 498855
URL: https://svnweb.freebsd.org/changeset/ports/498855

Log:
  Add NO_ARCH
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/p5-Module-Compile/Makefile

Modified: head/devel/p5-Module-Compile/Makefile
==============================================================================
--- head/devel/p5-Module-Compile/Makefile	Sat Apr 13 23:45:07 2019	(r498854)
+++ head/devel/p5-Module-Compile/Makefile	Sat Apr 13 23:45:12 2019	(r498855)
@@ -17,4 +17,6 @@ RUN_DEPENDS=	p5-Digest-SHA1>=0:security/p5-Digest-SHA1
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list