Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 14:49:27 +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: r482520 - head/devel/p5-Getopt-Long-Descriptive
Message-ID:  <201810201449.w9KEnRAH014886@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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