svn commit: r505914 - head/net/p5-URI-ws

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


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

Log:
  Add NO_ARCH

Modified:
  head/net/p5-URI-ws/Makefile

Modified: head/net/p5-URI-ws/Makefile
==============================================================================
--- head/net/p5-URI-ws/Makefile	Fri Jul  5 19:13:25 2019	(r505913)
+++ head/net/p5-URI-ws/Makefile	Fri Jul  5 19:13:30 2019	(r505914)
@@ -16,7 +16,9 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-URI>=0:net/p5-URI
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list