# -*- 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 82999 2011-08-23 08:00:51Z dports@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         File-Slurp 9999.13
revision            2
maintainers         gmail.com:matteo.corti
license             {Artistic GPL}
description         Efficient reading/writing of complete files
long_description    This module provides subs that allow you to read or \
                    write entire files with one simple call. They are \
                    designed to be simple to use, have flexible ways to pass \
                    in or get the file contents and to be very efficient. \
                    There is also a sub to read in all the files in a \
                    directory other than . and .. These slurp/spew subs work \
                    for files, pipes and sockets, and stdio, pseudo-files, \
                    and DATA.

platforms           darwin

checksums           md5 ac3cd9d466b99d1534762ff3549aaa66 \
                    sha1 ee3df8f2f2efcd6439051f76a08f3536e8f04e7c \
                    rmd160 ef2b89f9dbfd35ebfa3d4b2ab8e09a42e7442dc0

supported_archs noarch
