# $Id: Portfile 80365 2011-07-10 13:14:05Z kimuraw@macports.org $

PortSystem		    1.0
PortGroup		    ruby 1.0

ruby.setup          nokogiri 1.4.6 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
platforms			darwin
maintainers		    singingwolfboy openmaintainer
homepage		    http://nokogiri.org/
categories-append   xml
checksums           md5     8e0a33db6a237d7d7d3c25db5c47e769 \
                    sha1    103bb4482b19b617d5c4e592b8ce2ed4e111d3cb \
                    rmd160  79ad05d4f2ddf26bee35f5730628ad3e989494f8

depends_lib-append  port:libxml2 \
                    port:libxslt
