Revision: 140466 https://trac.macports.org/changeset/140466 Author: devans@macports.org Date: 2015-09-19 14:35:07 -0700 (Sat, 19 Sep 2015) Log Message: ----------- p5-file-slurper: new port, a simple, sane and efficient module to slurp a file. Added Paths: ----------- trunk/dports/perl/p5-file-slurper/ trunk/dports/perl/p5-file-slurper/Portfile Added: trunk/dports/perl/p5-file-slurper/Portfile =================================================================== --- trunk/dports/perl/p5-file-slurper/Portfile (rev 0) +++ trunk/dports/perl/p5-file-slurper/Portfile 2015-09-19 21:35:07 UTC (rev 140466) @@ -0,0 +1,19 @@ +# -*- 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$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.branches 5.16 5.18 5.20 5.22 +perl5.setup File-Slurper 0.008 +license {Artistic-1 GPL} +maintainers devans openmaintainer +description File::Slurper - A simple, sane and efficient module to slurp a file +long_description ${description} + +platforms darwin + +checksums rmd160 55c5bade8467c5a3bb5ad37eb2bd3e481d882ae1 \ + sha256 10f685140e2cebdd0381f24b010b028f9ca2574361a78f99f4dfe87af5d5d233 + +supported_archs noarch
participants (1)
-
devans@macports.org