# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         WWW-URLToys 1.28
revision            3
license             unknown
maintainers         nomaintainer

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.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  fe3e805fc7319b100ab29056cac3c02d312d1e5b \
                    sha256  4b3c64e8eb5ca9ea328b31865a229b903d1d0a56907b57b51490e5f1afc75abc

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