# $Id: Portfile 86111 2011-10-19 12:16:14Z jmr@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.setup               Text-RecordParser 1.5.0 ../by-authors/id/K/KC/KCLARK/
revision                  2
license                   GPL-2
maintainers               nomaintainer
description               read record-oriented files
long_description          This module is for reading record-oriented data \
                          in a delimited text file.
distname                  ${perl5.module}-v${perl5.moduleversion}

platforms                 darwin

checksums                 md5 08c9104263563c157ca076aa97900dc4 \
                          sha1 d829d7ab5ef43df0d6af01ee8adad5742682f832 \
                          rmd160 6124656efaa7f3f208cb9338cfe0ebc1fe5e1a2e

if {${perl5.major} != ""} {
depends_lib-append        port:p${perl5.major}-io-stringy \
                          port:p${perl5.major}-class-accessor \
                          port:p${perl5.major}-readonly \
                          port:p${perl5.major}-list-moreutils \
                          port:p${perl5.major}-version \
                          port:p${perl5.major}-test-exception \
                          port:p${perl5.major}-text-tabulardisplay \
                          port:p${perl5.major}-readonly-xs

perl5.use_module_build
}
