aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-01-07 20:13:16 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-01-07 20:13:16 +0800
commit3cb68d17c334ae20a8e0763083fcfa908987dd4e (patch)
treecb12a9baca6abe9c79a8f0fa948f6db702c2336a /textproc
parent402d4a5f627d1019a63c9363a4dbd9e1c559e01d (diff)
downloadfreebsd-ports-gnome-3cb68d17c334ae20a8e0763083fcfa908987dd4e.tar.gz
freebsd-ports-gnome-3cb68d17c334ae20a8e0763083fcfa908987dd4e.tar.zst
freebsd-ports-gnome-3cb68d17c334ae20a8e0763083fcfa908987dd4e.zip
Update TEST_DEPENDS: remove dependencies of author/release test
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-HTML-Format/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/p5-HTML-Format/Makefile b/textproc/p5-HTML-Format/Makefile
index 5f9e8db4a8a4..8d87aefff729 100644
--- a/textproc/p5-HTML-Format/Makefile
+++ b/textproc/p5-HTML-Format/Makefile
@@ -18,14 +18,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Font-AFM>=0:x11-fonts/p5-Font-AFM \
p5-HTML-Tree>=3.15:www/p5-HTML-Tree
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-File-Slurper>=0:devel/p5-File-Slurper \
- p5-Test-CPAN-Meta>=0:devel/p5-Test-CPAN-Meta \
- p5-Test-EOL>=0:devel/p5-Test-EOL \
- p5-Test-NoTabs>=0:devel/p5-Test-NoTabs
+TEST_DEPENDS= p5-File-Slurper>=0:devel/p5-File-Slurper
NO_ARCH= yes
USES= perl5
USE_PERL5= modbuild
-#INSTALL_TARGET= pure_install
.include <bsd.port.mk>