[118988] trunk/dports/perl
macsforever2000 at macports.org
macsforever2000 at macports.org
Mon Apr 14 12:23:45 PDT 2014
Revision: 118988
https://trac.macports.org/changeset/118988
Author: macsforever2000 at macports.org
Date: 2014-04-14 12:23:45 -0700 (Mon, 14 Apr 2014)
Log Message:
-----------
p5-import-into: New port. (#43147)
Added Paths:
-----------
trunk/dports/perl/p5-import-into/
trunk/dports/perl/p5-import-into/Portfile
Added: trunk/dports/perl/p5-import-into/Portfile
===================================================================
--- trunk/dports/perl/p5-import-into/Portfile (rev 0)
+++ trunk/dports/perl/p5-import-into/Portfile 2014-04-14 19:23:45 UTC (rev 118988)
@@ -0,0 +1,30 @@
+# -*- 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
+perl5.setup Import-Into 1.002001 ../by-authors/id/H/HA/HAARG
+
+platforms darwin
+maintainers nomaintainer
+license {Artistic-1 GPL}
+
+supported_archs noarch
+
+description Import::Into - import packages into other packages
+
+long_description Writing exporters is a pain. Some use Exporter, some use \
+ Sub::Exporter, some use Moose::Exporter, some use \
+ Exporter::Declare ... and some things are pragmas. \
+ \
+ Exporting on someone else's behalf is harder. The \
+ exporters don't provide a consistent API for this, and \
+ pragmas need to have their import method called directly, \
+ since they effect the current unit of compilation. \
+ \
+ Import::Into provides global methods to make this painless.
+
+checksums rmd160 d488320a83cf0cdefc822009baa978a628be97df \
+ sha256 245ea6c8aacb39f942d71a445d539216fbdf2b281ea22a92abccf53cf7ecf28f
Property changes on: trunk/dports/perl/p5-import-into/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/20140414/a6b1d50c/attachment.html>
More information about the macports-changes
mailing list