svn commit: r495119 - head/devel/p5-ExtUtils-Config

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


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

Log:
  Cosmetic change

Modified:
  head/devel/p5-ExtUtils-Config/Makefile

Modified: head/devel/p5-ExtUtils-Config/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-Config/Makefile	Sat Mar  9 10:49:42 2019	(r495118)
+++ head/devel/p5-ExtUtils-Config/Makefile	Sat Mar  9 12:08:04 2019	(r495119)
@@ -15,8 +15,9 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list