# $Id: Portfile 144565 2016-01-12 21:45:09Z mojca@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.22
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
}
