# -*- 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 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         File-Slurp-Unicode 0.7.1
revision            1
platforms           darwin
maintainers         nomaintainer
supported_archs     noarch
license             {Artistic GPL}

description         Reading/Writing of Complete Files with Character Encoding Support

long_description \
    This module wraps the standard File::Slurp package and adds character \
    encoding support

checksums           sha256 e39987335ecb31d360461a3fca24eb0c5296fb597d23cdb06758077b4560691b \
                    rmd160 5d5b1783da53d3c3383b81ee08b429cce75aead3

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

perl5.use_module_build
}
