aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2018-02-25 05:01:47 +0800
committeradamw <adamw@FreeBSD.org>2018-02-25 05:01:47 +0800
commit33b0e95cf8583a7a4ec0de989fd1d4e00dce0aa9 (patch)
tree931e2f8409baec717f632951d46ead9b1f163310
parent2f7ba43aec7fb6744063691b5db83ca98eae1345 (diff)
downloadfreebsd-ports-gnome-33b0e95cf8583a7a4ec0de989fd1d4e00dce0aa9.tar.gz
freebsd-ports-gnome-33b0e95cf8583a7a4ec0de989fd1d4e00dce0aa9.tar.zst
freebsd-ports-gnome-33b0e95cf8583a7a4ec0de989fd1d4e00dce0aa9.zip
Remove p5-Test-Pod and p5-Pod-Coverage from TEST_DEPENDS
Test::Pod and Pod::Coverage are developer-only. They're not for end-user testing.
-rw-r--r--lang/p5-Test-XPath/Makefile15
-rw-r--r--security/p5-Crypt-Cracklib/Makefile2
-rw-r--r--www/p5-WWW-Search/Makefile5
3 files changed, 3 insertions, 19 deletions
diff --git a/lang/p5-Test-XPath/Makefile b/lang/p5-Test-XPath/Makefile
index 10a6e5c4734d..ef22e74dfc11 100644
--- a/lang/p5-Test-XPath/Makefile
+++ b/lang/p5-Test-XPath/Makefile
@@ -19,20 +19,9 @@ RUN_DEPENDS= p5-XML-LibXML>=1.70:textproc/p5-XML-LibXML
USES= perl5
USE_PERL5= modbuild
-OPTIONS_DEFINE= CSS PODT
+OPTIONS_DEFINE= CSS
CSS_DESC= Include CSS selectors
-PODT_DESC= Include Pod package test dependencies
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MCSS}
-RUN_DEPENDS+= p5-HTML-Selector-XPath>=0.06:www/p5-HTML-Selector-XPath
-.endif
-
-.if ${PORT_OPTIONS:MPODT}
-TEST_DEPENDS+= p5-Pod-Coverage>=0:devel/p5-Pod-Coverage \
- p5-Test-Pod>=1.41:devel/p5-Test-Pod
-.endif
+CSS_RUN_DEPENDS=p5-HTML-Selector-XPath>=0.06:www/p5-HTML-Selector-XPath
.include <bsd.port.mk>
diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile
index 8efea9fbd170..969257a59e02 100644
--- a/security/p5-Crypt-Cracklib/Makefile
+++ b/security/p5-Crypt-Cracklib/Makefile
@@ -15,8 +15,6 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LIB_DEPENDS= libcrack.so:security/cracklib
-TEST_DEPENDS= p5-Pod-Coverage>=0.19:devel/p5-Pod-Coverage \
- p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage
USES= perl5
USE_PERL5= configure
diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile
index 269335c640dd..94653db09ea9 100644
--- a/www/p5-WWW-Search/Makefile
+++ b/www/p5-WWW-Search/Makefile
@@ -24,10 +24,7 @@ BUILD_DEPENDS= p5-Bit-Vector>=0:math/p5-Bit-Vector \
p5-libwww>=2:www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-IO-Capture>=0:devel/p5-IO-Capture \
- p5-Pod-Coverage>=0:devel/p5-Pod-Coverage \
- p5-Test-File>=0:devel/p5-Test-File \
- p5-Test-Pod>=0:devel/p5-Test-Pod \
- p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
+ p5-Test-File>=0:devel/p5-Test-File
NO_ARCH= yes
USES= perl5