Revision
81614
Author
dports@macports.org
Date
2011-08-02 17:49:19 -0700 (Tue, 02 Aug 2011)

Log Message

p5-file-slurp-unicode: new port via cpan2port, v0.7.1

Added Paths

Diff

Added: trunk/dports/perl/p5-file-slurp-unicode/Portfile (0 => 81614)


--- trunk/dports/perl/p5-file-slurp-unicode/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-file-slurp-unicode/Portfile	2011-08-03 00:49:19 UTC (rev 81614)
@@ -0,0 +1,24 @@
+# -*- 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.setup         File-Slurp-Unicode 0.7.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
+
+depends_lib-append  port:p5-file-slurp
+
+perl5.use_module_build
Property changes on: trunk/dports/perl/p5-file-slurp-unicode/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style