# $Id: Portfile 68212 2010-05-29 01:33:24Z raimue@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         WWW-Search 2.508
maintainers         nomaintainer
description         WWW::Search provides access to search engines
long_description    WWW::Search is a collection of Perl modules which provide \
                    an API to search engines on the world-wide web

platforms           darwin

checksums           md5     287e248762977efb81f495588c51003b \
                    sha1    915da98bb757c4a32b4b70d6a2c566b3f9caa121 \
                    rmd160  b3ea927497bd06063335515f967c56398d49de3a

depends_lib-append \
                    port:p5-libwww-perl \
                    port:p5-uri \
                    port:p5-html-parser

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
