[112381] trunk/dports/perl
macsforever2000 at macports.org
macsforever2000 at macports.org
Mon Oct 21 12:53:24 PDT 2013
Revision: 112381
https://trac.macports.org/changeset/112381
Author: macsforever2000 at macports.org
Date: 2013-10-21 12:53:24 -0700 (Mon, 21 Oct 2013)
Log Message:
-----------
p5-file-map: New port. (#39222)
Added Paths:
-----------
trunk/dports/perl/p5-file-map/
trunk/dports/perl/p5-file-map/Portfile
Added: trunk/dports/perl/p5-file-map/Portfile
===================================================================
--- trunk/dports/perl/p5-file-map/Portfile (rev 0)
+++ trunk/dports/perl/p5-file-map/Portfile 2013-10-21 19:53:24 UTC (rev 112381)
@@ -0,0 +1,29 @@
+# -*- 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.8 5.10 5.12 5.14 5.16
+perl5.setup File-Map 0.61
+platforms darwin
+maintainers nomaintainer
+license Artistic GPL-2
+
+description Perl module for memory mapping made simple and safe
+
+long_description ${description}
+
+checksums rmd160 1be60ce3bfc84a50159f158a7dd6418a7a6f138f \
+ sha256 b3bf7d3de1a4bafe1b67928986e00351d3b1b15f8417086d71048e4a7d8815b2
+
+if {${perl5.major} != ""} {
+ depends_lib-append port:p${perl5.major}-perlio-layers \
+ port:p${perl5.major}-sub-exporter-progressive
+ depends_build-append \
+ port:p${perl5.major}-test-exception \
+ port:p${perl5.major}-test-nowarnings \
+ port:p${perl5.major}-test-warn
+}
+
+perl5.use_module_build
Property changes on: trunk/dports/perl/p5-file-map/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131021/f106793e/attachment.html>
More information about the macports-changes
mailing list