1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Depend on ruby-xmlparser rather than ruby-nqxml. This runs much

faster with the former.
This commit is contained in:
Akinori MUSHA 2002-09-19 19:16:00 +00:00
parent 6c22d0c337
commit d83866a5f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66733

View File

@ -15,11 +15,14 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
RUN_DEPENDS= ${RUBY_SITELIBDIR}/nqxml/info.rb:${PORTSDIR}/textproc/ruby-nqxml \
RUN_DEPENDS= ${RUBY_SITELIBDIR}/xmlparser.rb:${PORTSDIR}/textproc/ruby-xmlparser \
${RUBY_SITELIBDIR}/TCPSocketPipe.rb:${PORTSDIR}/net/ruby-tcpsocketpipe \
${RUBY_SITELIBDIR}/GServer.rb:${PORTSDIR}/net/ruby-gserver
# Alternative to ruby-nqxml:
# ${RUBY_SITELIBDIR}/xmlparser.rb:${PORTSDIR}/textproc/ruby-xmlparser
# Alternative to ruby-xmlparser:
# NQXML
# ${RUBY_SITELIBDIR}/nqxml/info.rb:${PORTSDIR}/textproc/ruby-nqxml
# REXML (not fully supported yet)
# ${RUBY_SITELIBDIR}/rexml/rexml.rb:${PORTSDIR}/textproc/ruby-rexml
USE_RUBY= yes