svn commit: r505913 - head/net/p5-Net-OAuth

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jul 5 19:13:29 UTC 2019


Author: sunpoet
Date: Fri Jul  5 19:13:25 2019
New Revision: 505913
URL: https://svnweb.freebsd.org/changeset/ports/505913

Log:
  Add NO_ARCH

Modified:
  head/net/p5-Net-OAuth/Makefile

Modified: head/net/p5-Net-OAuth/Makefile
==============================================================================
--- head/net/p5-Net-OAuth/Makefile	Fri Jul  5 19:13:20 2019	(r505912)
+++ head/net/p5-Net-OAuth/Makefile	Fri Jul  5 19:13:25 2019	(r505913)
@@ -21,7 +21,9 @@ RUN_DEPENDS=	p5-Class-Accessor>=0.31:devel/p5-Class-Ac
 		p5-URI>=1.35:net/p5-URI
 TEST_DEPENDS=	p5-Test-Warn>=0.21:devel/p5-Test-Warn
 
-USE_PERL5=	modbuild
 USES=		perl5
+USE_PERL5=	modbuild
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list