aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2020-09-05 23:04:52 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2020-09-05 23:04:52 +0000
commit51749f52e3b35224fc22858c0671c891fe7c9e2e (patch)
treeb1a6386592fead96d64aab3e5e85c779f52512fa /converters
parent0b156cdcfcbcba8ab3a9c80318dbd6524c94a9e3 (diff)
downloadports-51749f52e3b35224fc22858c0671c891fe7c9e2e.tar.gz
ports-51749f52e3b35224fc22858c0671c891fe7c9e2e.zip
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)
Notes
Notes: svn path=/head/; revision=547762
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Cpanel-JSON-XS/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/converters/p5-Cpanel-JSON-XS/Makefile b/converters/p5-Cpanel-JSON-XS/Makefile
index e4e1f399c41c..aaae0267443d 100644
--- a/converters/p5-Cpanel-JSON-XS/Makefile
+++ b/converters/p5-Cpanel-JSON-XS/Makefile
@@ -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