svn commit: r563623 - head/devel/p5-LV

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 1 19:25:06 UTC 2021


Author: sunpoet
Date: Mon Feb  1 19:25:02 2021
New Revision: 563623
URL: https://svnweb.freebsd.org/changeset/ports/563623

Log:
  Add NO_ARCH

Modified:
  head/devel/p5-LV/Makefile

Modified: head/devel/p5-LV/Makefile
==============================================================================
--- head/devel/p5-LV/Makefile	Mon Feb  1 19:24:55 2021	(r563622)
+++ head/devel/p5-LV/Makefile	Mon Feb  1 19:25:02 2021	(r563623)
@@ -18,7 +18,9 @@ LICENSE_COMB=	dual
 TEST_DEPENDS=	p5-Sentinel>=0:devel/p5-Sentinel \
 		p5-Variable-Magic>=0:devel/p5-Variable-Magic
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list