From 367c66b7fe3aa96c353062bc469e6958027a2d30 Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 25 Feb 2015 19:24:23 +0000 Subject: Test::Manifest, Test::Pod, and Test::Simple are TEST depends, not BUILD/RUN. --- www/weblint++/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/weblint++/Makefile b/www/weblint++/Makefile index 0d7beac56ba5..67d3744a9f29 100644 --- a/www/weblint++/Makefile +++ b/www/weblint++/Makefile @@ -3,7 +3,7 @@ PORTNAME= weblint++ PORTVERSION= 1.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BDFOY @@ -19,13 +19,13 @@ BUILD_DEPENDS= p5-ConfigReader-Simple>=1.15:${PORTSDIR}/devel/p5-ConfigReader-Si p5-HTTP-SimpleLinkChecker>0:${PORTSDIR}/www/p5-HTTP-SimpleLinkChecker \ p5-HTTP-Size>=0.04:${PORTSDIR}/www/p5-HTTP-Size \ p5-Mail-Sendmail>0:${PORTSDIR}/mail/p5-Mail-Sendmail \ - p5-Test-Manifest>0.91:${PORTSDIR}/devel/p5-Test-Manifest \ - p5-Test-Pod>=0.90:${PORTSDIR}/devel/p5-Test-Pod \ p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff \ p5-Text-Template>0:${PORTSDIR}/textproc/p5-Text-Template \ - p5-Test-File>0:${PORTSDIR}/devel/p5-Test-File \ p5-URI>0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Manifest>0.91:${PORTSDIR}/devel/p5-Test-Manifest \ + p5-Test-Pod>=0.90:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-File>0:${PORTSDIR}/devel/p5-Test-File USES= perl5 USE_PERL5= configure -- cgit