svn commit: r540495 - head/devel/p5-Module-Runtime

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 26 11:55:55 UTC 2020


Author: sunpoet
Date: Fri Jun 26 11:55:54 2020
New Revision: 540495
URL: https://svnweb.freebsd.org/changeset/ports/540495

Log:
  - Cosmetic change

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

Modified: head/devel/p5-Module-Runtime/Makefile
==============================================================================
--- head/devel/p5-Module-Runtime/Makefile	Fri Jun 26 11:55:49 2020	(r540494)
+++ head/devel/p5-Module-Runtime/Makefile	Fri Jun 26 11:55:54 2020	(r540495)
@@ -13,8 +13,9 @@ COMMENT=	Runtime module handling
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-NO_ARCH=	yes
-USE_PERL5=	modbuild
 USES=		perl5
+USE_PERL5=	modbuild
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list