# $Id: Portfile 86952 2011-11-07 14:50:45Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         URI-Fetch 0.08
revision            2
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         URI::Fetch module for Perl
long_description    URI::Fetch is a class to intelligently fetch syndication feeds.

platforms           darwin

checksums           md5     8fb5b27b33bd18006d6c11378ae5de8d \
                    sha1    86aa6d1d18353f211be3a2186aac65a5f10950e7 \
                    rmd160  b60dcb4c812fb28da72357426ca57d9e90675970

if {${perl5.major} != ""} {
depends_lib-append \
                    port:p${perl5.major}-class-errorhandler \
                    port:p${perl5.major}-libwww-perl \
                    port:p${perl5.major}-uri

supported_archs noarch
}
