svn commit: r530048 - head/devel/p5-Type-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 31 23:01:59 UTC 2020


Author: sunpoet
Date: Tue Mar 31 23:01:43 2020
New Revision: 530048
URL: https://svnweb.freebsd.org/changeset/ports/530048

Log:
  Cosmetic change

Modified:
  head/devel/p5-Type-Tiny/Makefile

Modified: head/devel/p5-Type-Tiny/Makefile
==============================================================================
--- head/devel/p5-Type-Tiny/Makefile	Tue Mar 31 23:01:37 2020	(r530047)
+++ head/devel/p5-Type-Tiny/Makefile	Tue Mar 31 23:01:43 2020	(r530048)
@@ -34,16 +34,16 @@ TEST_DEPENDS=	p5-Class-InsideOut>=0:devel/p5-Class-Ins
 		p5-Validation-Class>=0:devel/p5-Validation-Class \
 		p5-match-simple>=0:devel/p5-match-simple
 
-OPTIONS_DEFINE=	RECOMMENDED
-OPTIONS_DEFAULT=RECOMMENDED
-RECOMMENDED_DESC=	Recommended dependencies by upstream
-
-PORTSCOUT=	limit:^[0-9\.]*$$
-
 USES=		perl5
 USE_PERL5=	configure
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^[0-9\.]*$$
+
+OPTIONS_DEFINE=	RECOMMENDED
+OPTIONS_DEFAULT=RECOMMENDED
+RECOMMENDED_DESC=	Recommended dependencies by upstream
 
 RECOMMENDED_BUILD_DEPENDS=	p5-Devel-StackTrace>=0:devel/p5-Devel-StackTrace \
 				p5-Ref-Util-XS>=0.100:devel/p5-Ref-Util-XS \


More information about the svn-ports-all mailing list