# -*- 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-Pastebin-PastebinCom-Create 1.003
license             Artistic-2
maintainers         nomaintainer
description         WWW::Pastebin::PastebinCom::Create - paste on www.pastebin.com without API keys
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  2f75ecafe30982afb6f0fac304111ffe2980bfa8 \
                    sha256  96b24d47f02df306bec091ff57acdad183c14edceb2bf2180c25d34a234c4277

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

    perl5.use_module_build
    supported_archs noarch
}
