# -*- 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: Portfile 112380 2013-10-21 19:51:50Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         PerlIO-Layers 0.010
platforms           darwin
maintainers         nomaintainer
license             Artistic GPL-2

description         Perl module for querying the capabilities of filehandle

long_description    ${description}

checksums           rmd160 00106a1e1b599f3d087f175e3b30d03498709e38 \
                    sha256 e3ab1219092be4a21df1ec48163c83b4166ca8f87d2c659b3a891837e828b271

if {${perl5.major} != ""} {
    depends_lib-append  port:p${perl5.major}-list-moreutils
}

perl5.use_module_build
