svn commit: r554204 - head/ftp/p5-SOAP-Transport-FTP

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


Author: sunpoet
Date: Fri Nov  6 11:20:43 2020
New Revision: 554204
URL: https://svnweb.freebsd.org/changeset/ports/554204

Log:
  Cosmetic change

Modified:
  head/ftp/p5-SOAP-Transport-FTP/Makefile

Modified: head/ftp/p5-SOAP-Transport-FTP/Makefile
==============================================================================
--- head/ftp/p5-SOAP-Transport-FTP/Makefile	Fri Nov  6 11:20:38 2020	(r554203)
+++ head/ftp/p5-SOAP-Transport-FTP/Makefile	Fri Nov  6 11:20:43 2020	(r554204)
@@ -16,8 +16,9 @@ LICENSE=	ART10
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-SOAP-Lite>=0.711:net/p5-SOAP-Lite
 
-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