# -*- 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         Mixin-Linewise 0.111 ../../authors/id/R/RJ/RJBS
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Mixin::Linewise - Write your linewise code for handles, this does the rest.
long_description    ${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  42617681433b859c8535a2769e2e0672dd25c375 \
                    sha256  d28e88516ce9b5295c31631dcccdc0fc8f2ab7d8a5cc876bb1b20131087b01db \
                    size    20120

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-perlio-utf8_strict \
                    port:p${perl5.major}-sub-exporter
}
