# $Id: Portfile 128785 2014-11-27 12:52:58Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.10 5.12 5.14 5.16 5.18 5.20
perl5.setup           Text-Iconv 1.7
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Perl interface to iconv() codeset conversion function
long_description      ${description}

platforms             darwin

checksums             rmd160  ca248984bd161c3f57a15dac48f48d79f7221bbd \
                      sha256  5b80b7d5e709d34393bcba88971864a17b44a5bf0f9e4bcee383d029e7d2d5c3

if {${perl5.major} != ""} {
depends_lib-append    port:libiconv
}
