# -*- 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
# $Id: $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Mixin-Linewise 0.003 ../by-authors/id/R/RJ/RJBS

platforms           darwin
maintainers         nomaintainer
license             {Artistic-1 GPL}

supported_archs     noarch

description         Mixin::Linewise - Write your linewise code for handles, this does the rest.

long_description    ${description}

checksums           rmd160 d88fb964fc977f41e690537f31c66bb83584387d \
                    sha256 b9bc75bf0f5de08a7135e7abd0301d63f1d4a27d7764fd5a3f6bf5832a61e852

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