1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

- Remove dependency on Encode module as it's in Perl 5.8

PR:		ports/115032
Submitted by:	KIMURA Yasuhiro <yasu at utahime.org>
Approved by:	Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
This commit is contained in:
Rong-En Fan 2007-07-31 02:49:45 +00:00
parent fe3d9093c3
commit 823ebcac3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196773

View File

@ -7,6 +7,7 @@
PORTNAME= validator
PORTVERSION= 0.8.0
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://validator.w3.org/dist/ \
http://www.cyberbotx.com/w3c-validator/
@ -17,7 +18,6 @@ COMMENT= Markup Validation Service from the World Wide Web Consortium (W3C)
RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/opensp \
${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \
${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode \
${SITE_PERL}/${PERL_ARCH}/Encode/HanExtra.pm:${PORTSDIR}/chinese/p5-Encode-HanExtra \
${SITE_PERL}/${PERL_ARCH}/Encode/JIS2K.pm:${PORTSDIR}/converters/p5-Encode-JIS2K \
${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \