# -*- 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         Dist-Zilla-Plugin-Twitter 0.026

platforms           {darwin any}
maintainers         nomaintainer
license             Apache-2

supported_archs     noarch

description         Twitter when you release with Dist::Zilla

long_description    ${description}

checksums           rmd160  d1dc2c9523d0dfdeb97b566af2b3bcdd7264fbaa \
                    sha256  e8fb3d530d85453ce11a9b80509f8d361c6772c8cf25901c09969b51553b6f12 \
                    size    22880

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-dist-zilla \
                    port:p${perl5.major}-http-message \
                    port:p${perl5.major}-libwww-perl \
                    port:p${perl5.major}-params-util \
                    port:p${perl5.major}-sub-exporter
    depends_lib-append \
                    port:p${perl5.major}-config-ini \
                    port:p${perl5.major}-dist-zilla \
                    port:p${perl5.major}-moose \
                    port:p${perl5.major}-namespace-autoclean \
                    port:p${perl5.major}-net-twitter \
                    port:p${perl5.major}-try-tiny \
                    port:p${perl5.major}-www-shorten \
                    port:p${perl5.major}-www-shorten-simple
}


