svn commit: r565568 - head/dns/p5-AnyEvent-CacheDNS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 17 18:03:33 UTC 2021


Author: sunpoet
Date: Wed Feb 17 18:03:26 2021
New Revision: 565568
URL: https://svnweb.freebsd.org/changeset/ports/565568

Log:
  Cosmetic change

Modified:
  head/dns/p5-AnyEvent-CacheDNS/Makefile

Modified: head/dns/p5-AnyEvent-CacheDNS/Makefile
==============================================================================
--- head/dns/p5-AnyEvent-CacheDNS/Makefile	Wed Feb 17 18:03:19 2021	(r565567)
+++ head/dns/p5-AnyEvent-CacheDNS/Makefile	Wed Feb 17 18:03:26 2021	(r565568)
@@ -16,8 +16,9 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-AnyEvent>=0:devel/p5-AnyEvent
 
-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