1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

converters/p5-Cpanel-JSON-XS: Slim the TEST_DEPENDS

The bulk of the TEST_DEPENDS were used for maintainer tests,
things like POD checking. This commit pares back the list to
those that are used for the end-user unit tests.

Approved by:	maintainer (sunpoet)
This commit is contained in:
Adam Weinberger 2020-09-05 23:04:52 +00:00
parent 0b156cdcfc
commit 51749f52e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547762

View File

@ -14,20 +14,9 @@ COMMENT= JSON::XS for Cpanel, fast and correct serialising
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-CPAN-Changes>=0.400000:devel/p5-CPAN-Changes \
p5-Class-XSAccessor>=0:devel/p5-Class-XSAccessor \
p5-JSON>=0:converters/p5-JSON \
TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON \
p5-JSON-XS>=0:converters/p5-JSON-XS \
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
p5-Mojolicious>=6.11:www/p5-Mojolicious \
p5-Perl-MinimumVersion>=1.20:textproc/p5-Perl-MinimumVersion \
p5-Test-CPAN-Meta>=0.12:devel/p5-Test-CPAN-Meta \
p5-Test-Kwalitee>=0:devel/p5-Test-Kwalitee \
p5-Test-LeakTrace>=0:devel/p5-Test-LeakTrace \
p5-Test-Pod>=1:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \
p5-Test-Spelling>=0:devel/p5-Test-Spelling \
p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \
p5-common-sense>=3.50:devel/p5-common-sense
USES= perl5