diff options
author | adamw <adamw@FreeBSD.org> | 2015-02-26 03:24:23 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-02-26 03:24:23 +0800 |
commit | 367c66b7fe3aa96c353062bc469e6958027a2d30 (patch) | |
tree | 51a0812f99a85cd3963318d056464f04bd3269d7 /www/weblint++ | |
parent | 9c1036365d208da482cf5065dd9ec650aded0b04 (diff) | |
download | freebsd-ports-gnome-367c66b7fe3aa96c353062bc469e6958027a2d30.tar.gz freebsd-ports-gnome-367c66b7fe3aa96c353062bc469e6958027a2d30.tar.zst freebsd-ports-gnome-367c66b7fe3aa96c353062bc469e6958027a2d30.zip |
Test::Manifest, Test::Pod, and Test::Simple are TEST depends, not BUILD/RUN.
Diffstat (limited to 'www/weblint++')
-rw-r--r-- | www/weblint++/Makefile | 8 |
1 files 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 |