Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 19:35:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532310 - head/databases/p5-AnyEvent-CouchDB
Message-ID:  <202004211935.03LJZeBU089780@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr 21 19:35:39 2020
New Revision: 532310
URL: https://svnweb.freebsd.org/changeset/ports/532310

Log:
  Cosmetic change

Modified:
  head/databases/p5-AnyEvent-CouchDB/Makefile

Modified: head/databases/p5-AnyEvent-CouchDB/Makefile
==============================================================================
--- head/databases/p5-AnyEvent-CouchDB/Makefile	Tue Apr 21 19:35:32 2020	(r532309)
+++ head/databases/p5-AnyEvent-CouchDB/Makefile	Tue Apr 21 19:35:39 2020	(r532310)
@@ -23,8 +23,9 @@ RUN_DEPENDS=	couchdb2>=0.9.0:databases/couchdb2 \
 		p5-JSON>=2:converters/p5-JSON \
 		p5-Scope-Guard>=0:devel/p5-Scope-Guard
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004211935.03LJZeBU089780>