# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem               1.0
PortGroup                perl5 1.0

perl5.setup              WWW-URLToys 1.28
maintainers              hostwizard.com:scott

description              WWW::URLToys - gather and download URLs from URLs

long_description         WWW::URLToys is a separation of the program URLToys \
                         into its core code (this module), and the programs \
                         that use it (urltoys and urltoysw). This module has \
                         been made available via CPAN to allow others to use \
                         URLToys commands on their Perl arrays, and to create \
                         interfaces for URLToys that far surpass those of the \
                         original creator.

depends_lib-append       port:p5-libwww-perl

checksums                md5     de1951e1a3a1f7095631376f115ed7b9 \
                         sha1    7011e9e28fb0374fea0dc29423c2bded4a099b22 \
                         rmd160  fe3e805fc7319b100ab29056cac3c02d312d1e5b

platforms               darwin

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