# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=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-Shorten 3.094
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Interface to URL shortening sites
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  b28ad8433ab6a1b9fbbfc32afeb1a511e8a94821 \
                    sha256  e9a4e713d08c85b74b28157a367494da90f0dc524e680522ab26173e0167f888 \
                    size    25651

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-getopt-long \
                    port:p${perl5.major}-libwww-perl \
                    port:p${perl5.major}-try-tiny

    supported_archs noarch
}
