svn commit: r482520 - head/devel/p5-Getopt-Long-Descriptive

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 20 14:49:28 UTC 2018


Author: sunpoet
Date: Sat Oct 20 14:49:27 2018
New Revision: 482520
URL: https://svnweb.freebsd.org/changeset/ports/482520

Log:
  Add TEST_DEPENDS

Modified:
  head/devel/p5-Getopt-Long-Descriptive/Makefile

Modified: head/devel/p5-Getopt-Long-Descriptive/Makefile
==============================================================================
--- head/devel/p5-Getopt-Long-Descriptive/Makefile	Sat Oct 20 14:49:19 2018	(r482519)
+++ head/devel/p5-Getopt-Long-Descriptive/Makefile	Sat Oct 20 14:49:27 2018	(r482520)
@@ -17,11 +17,13 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Params-Validate>=0.97:devel/p5-Params-Validate \
 		p5-Sub-Exporter>=0.972:devel/p5-Sub-Exporter
-TEST_DEPENDS=	p5-Test-Fatal>=0:devel/p5-Test-Fatal \
+TEST_DEPENDS=	p5-CPAN-Meta-Check>=0.011:devel/p5-CPAN-Meta-Check \
+		p5-Test-Fatal>=0:devel/p5-Test-Fatal \
 		p5-Test-Warnings>=0.005:devel/p5-Test-Warnings
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list