# -*- 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         URI-Find 20160806
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         URI::Find - Find URIs in arbitrary text
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  1e3da1866cac4e4e898bad47db3d2618d86f2a34 \
                    sha256  e213a425a51b5f55324211f37909d78749d0bacdea259ba51a9855d0d19663d6

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

    perl5.use_module_build
    supported_archs noarch
}
