svn commit: r554208 - head/lang/p5-Marpa

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 6 11:21:08 UTC 2020


Author: sunpoet
Date: Fri Nov  6 11:21:03 2020
New Revision: 554208
URL: https://svnweb.freebsd.org/changeset/ports/554208

Log:
  Cosmetic change

Modified:
  head/lang/p5-Marpa/Makefile

Modified: head/lang/p5-Marpa/Makefile
==============================================================================
--- head/lang/p5-Marpa/Makefile	Fri Nov  6 11:20:58 2020	(r554207)
+++ head/lang/p5-Marpa/Makefile	Fri Nov  6 11:21:03 2020	(r554208)
@@ -21,8 +21,9 @@ BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-HTML-Parser>=3.64:www/p5-HTML-Parser \
 		p5-PPI>=1.206:textproc/p5-PPI
 
-NO_ARCH=	yes
-USE_PERL5=	modbuild
 USES=		perl5
+USE_PERL5=	modbuild
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list