diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-20 09:28:55 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-20 09:28:55 +0800 |
commit | 36284bbf196c0922f103a0d1a8a956202856567f (patch) | |
tree | b905033799aba547d8967be296fe83b1a65c6167 /www/weblint++ | |
parent | cdd8f0569bf3a1c68659794fe387ae6d9a8230f0 (diff) | |
download | freebsd-ports-gnome-36284bbf196c0922f103a0d1a8a956202856567f.tar.gz freebsd-ports-gnome-36284bbf196c0922f103a0d1a8a956202856567f.tar.zst freebsd-ports-gnome-36284bbf196c0922f103a0d1a8a956202856567f.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 1).
Approved by: portmgr (itetcu)
Diffstat (limited to 'www/weblint++')
-rw-r--r-- | www/weblint++/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/weblint++/Makefile b/www/weblint++/Makefile index 8073ba684287..0a8d4037d694 100644 --- a/www/weblint++/Makefile +++ b/www/weblint++/Makefile @@ -7,6 +7,7 @@ PORTNAME= weblint++ PORTVERSION= 1.15 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= CPAN MASTER_SITE_SUBDIR=../../authors/id/B/BD/BDFOY @@ -15,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= HTML validator and sanity checker BUILD_DEPENDS= p5-ConfigReader-Simple>=1.15:${PORTSDIR}/devel/p5-ConfigReader-Simple \ - p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \ p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-HTML-Lint>0:${PORTSDIR}/www/p5-HTML-Lint \ p5-HTML-SimpleLinkExtor>0:${PORTSDIR}/www/p5-HTML-SimpleLinkExtor \ @@ -24,10 +24,8 @@ BUILD_DEPENDS= p5-ConfigReader-Simple>=1.15:${PORTSDIR}/devel/p5-ConfigReader-Si 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-Simple>0:${PORTSDIR}/devel/p5-Test-Simple \ p5-Test-Pod>=0.90:${PORTSDIR}/devel/p5-Test-Pod \ p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff \ - p5-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes \ 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 |