[128716] trunk/dports/perl

devans at macports.org devans at macports.org
Wed Nov 26 07:41:12 PST 2014


Revision: 128716
          https://trac.macports.org/changeset/128716
Author:   devans at macports.org
Date:     2014-11-26 07:41:12 -0800 (Wed, 26 Nov 2014)
Log Message:
-----------
p5-dir-self: new port, creates a __DIR__ constant.

Added Paths:
-----------
    trunk/dports/perl/p5-dir-self/
    trunk/dports/perl/p5-dir-self/Portfile

Added: trunk/dports/perl/p5-dir-self/Portfile
===================================================================
--- trunk/dports/perl/p5-dir-self/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-dir-self/Portfile	2014-11-26 15:41:12 UTC (rev 128716)
@@ -0,0 +1,21 @@
+# -*- 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 5.18 5.20
+perl5.setup         Dir-Self 0.11
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Dir::Self - a __DIR__ constant for the directory your source file is in
+long_description    Perl has two pseudo-constants describing the current location in your \
+                    source code, __FILE__ and __LINE__. This module adds __DIR__, \
+                    which expands to the directory your source file is in, as an absolute pathname.
+
+platforms           darwin
+
+checksums           rmd160  699a8000f5df05c86920b7bbd3e2521851ad555d \
+                    sha256  e251a51abc7d9ba3e708f73c2aa208e09d47a0c528d6254710fa78cc8d6885b5
+
+supported_archs     noarch


Property changes on: trunk/dports/perl/p5-dir-self/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141126/4a21d6dc/attachment-0001.html>


More information about the macports-changes mailing list