Source
# -*- 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
PortSystem 1.0
PortGroup perl5 1.0
perl5.branches 5.26
perl5.setup File-Slurper 0.012
license {Artistic-1 GPL}
maintainers nomaintainer
description File::Slurper - A simple, sane and efficient module to slurp a file
long_description ${description}
platforms darwin
checksums rmd160 ab16d3b48ed72ce83cdf29ccc6460d8c19a2862c \
sha256 4efb2ea416b110a1bda6f8133549cc6ea3676402e3caf7529fce0313250aa578 \
size 15517
if {${perl5.major} != ""} {
depends_build-append \
port:p${perl5.major}-test-warnings
depends_lib-append \
port:p${perl5.major}-encode
supported_archs noarch
}