mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix runtime dependency
PR: ports/144504 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: maintainer Feature safe: yes
This commit is contained in:
parent
2a95146ee9
commit
e0001aad64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250743
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= validator
|
||||
PORTVERSION= 0.8.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://validator.w3.org/dist/ \
|
||||
http://www.cyberbotx.com/w3c-validator/
|
||||
@ -23,9 +24,9 @@ RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/opensp \
|
||||
${SITE_PERL}/HTML/Encoding.pm:${PORTSDIR}/www/p5-HTML-Encoding \
|
||||
${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
|
||||
${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON \
|
||||
${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \
|
||||
${SITE_PERL}/${PERL_ARCH}/SGML/Parser/OpenSP.pm:${PORTSDIR}/textproc/p5-SGML-Parser-OpenSP \
|
||||
${SITE_PERL}/${PERL_ARCH}/String/Approx.pm:${PORTSDIR}/devel/p5-String-Approx \
|
||||
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
|
||||
${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
|
||||
|
@ -76,10 +76,6 @@ Maintainer = www-validator@w3.org
|
||||
# The "Home Page" for the service. Make sure this ends with a slash.
|
||||
Home Page = http://validator.w3.org/
|
||||
|
||||
#
|
||||
# Base URI for the Element Reference.
|
||||
Element Ref URI = http://www.htmlhelp.com/reference/html40/
|
||||
|
||||
# Localization
|
||||
# only English available for now
|
||||
Languages = en
|
||||
@ -90,12 +86,6 @@ Languages = en
|
||||
# Mapping tables etc...
|
||||
#
|
||||
|
||||
#
|
||||
# Maps element names to URLs (cf. "Element Ref URI" above).
|
||||
<Elements>
|
||||
Include %%PREFIX%%/www/validator/htdocs/config/eref.cfg
|
||||
</Elements>
|
||||
|
||||
#
|
||||
# Main document Type Registry; contains all information on the types
|
||||
# of documents we support and how they are processed.
|
||||
|
Loading…
Reference in New Issue
Block a user