svn commit: r532318 - head/databases/p5-DBIx-Safe

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 21 19:36:37 UTC 2020


Author: sunpoet
Date: Tue Apr 21 19:36:35 2020
New Revision: 532318
URL: https://svnweb.freebsd.org/changeset/ports/532318

Log:
  Cosmetic change

Modified:
  head/databases/p5-DBIx-Safe/Makefile

Modified: head/databases/p5-DBIx-Safe/Makefile
==============================================================================
--- head/databases/p5-DBIx-Safe/Makefile	Tue Apr 21 19:36:30 2020	(r532317)
+++ head/databases/p5-DBIx-Safe/Makefile	Tue Apr 21 19:36:35 2020	(r532318)
@@ -19,8 +19,9 @@ BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-DBD-Pg>=1.49:databases/p5-DBD-Pg \
 		p5-DBI>=1.490:databases/p5-DBI
 
-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