# $Id: Portfile 68340 2010-06-01 21:31:05Z singingwolfboy@macports.org $

PortSystem		    1.0
PortGroup		    ruby 1.0

ruby.setup          nokogiri 1.4.2 gem {} rubygems ruby19
description		    HTML, XML, SAX, & Reader parser with XPath/CSS3 selector searching
long_description	\
    Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri's \
    many features is the ability to search documents via XPath or CSS3 \
    selectors. XML is like violence - if it doesn’t solve your problems, \
    you are not using enough of it.
license             MIT
maintainers		    singingwolfboy openmaintainer
homepage		    http://nokogiri.org/
categories-append   xml
checksums           md5     f229d6ce94bc474c7e41e43ece32d4d8 \
                    sha1    cd14810105332889bbf792cc63f5a49535a9078e \
                    rmd160  aee3dcfbd5fe08780cbba56e99ab52052de53715

depends_lib-append  port:libxml2 \
                    port:libxslt