svn commit: r495122 - head/devel/p5-Module-Build-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 9 12:08:23 UTC 2019


Author: sunpoet
Date: Sat Mar  9 12:08:20 2019
New Revision: 495122
URL: https://svnweb.freebsd.org/changeset/ports/495122

Log:
  Cosmetic change

Modified:
  head/devel/p5-Module-Build-Tiny/Makefile

Modified: head/devel/p5-Module-Build-Tiny/Makefile
==============================================================================
--- head/devel/p5-Module-Build-Tiny/Makefile	Sat Mar  9 12:08:15 2019	(r495121)
+++ head/devel/p5-Module-Build-Tiny/Makefile	Sat Mar  9 12:08:20 2019	(r495122)
@@ -23,8 +23,9 @@ RUN_DEPENDS=	p5-ExtUtils-Config>=0.003:devel/p5-ExtUti
 		p5-ExtUtils-Helpers>=0.020:devel/p5-ExtUtils-Helpers \
 		p5-ExtUtils-InstallPaths>=0.002:devel/p5-ExtUtils-InstallPaths
 
-NO_ARCH=	yes
-USE_PERL5=	modbuildtiny
 USES=		perl5
+USE_PERL5=	modbuildtiny
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list