svn commit: r558517 - head/www/p5-WebService-Pushover

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:09:00 UTC 2020


Author: sunpoet
Date: Sat Dec 19 20:08:53 2020
New Revision: 558517
URL: https://svnweb.freebsd.org/changeset/ports/558517

Log:
  Cosmetic change

Modified:
  head/www/p5-WebService-Pushover/Makefile

Modified: head/www/p5-WebService-Pushover/Makefile
==============================================================================
--- head/www/p5-WebService-Pushover/Makefile	Sat Dec 19 20:08:48 2020	(r558516)
+++ head/www/p5-WebService-Pushover/Makefile	Sat Dec 19 20:08:53 2020	(r558517)
@@ -29,8 +29,9 @@ TEST_DEPENDS=	p5-JSON>=0:converters/p5-JSON \
 		p5-Test-Deep>=0:devel/p5-Test-Deep \
 		p5-Test-Fake-HTTPD>=0:devel/p5-Test-Fake-HTTPD
 
-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