[126631] trunk/dports/perl

devans at macports.org devans at macports.org
Sun Oct 12 15:51:42 PDT 2014


Revision: 126631
          https://trac.macports.org/changeset/126631
Author:   devans at macports.org
Date:     2014-10-12 15:51:42 -0700 (Sun, 12 Oct 2014)
Log Message:
-----------
p5-module-build-tiny: new port, a tiny replacement for Module::Build.

Added Paths:
-----------
    trunk/dports/perl/p5-module-build-tiny/
    trunk/dports/perl/p5-module-build-tiny/Portfile

Added: trunk/dports/perl/p5-module-build-tiny/Portfile
===================================================================
--- trunk/dports/perl/p5-module-build-tiny/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-module-build-tiny/Portfile	2014-10-12 22:51:42 UTC (rev 126631)
@@ -0,0 +1,31 @@
+# -*- 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         Module-Build-Tiny 0.039
+platforms           darwin
+maintainers         devans openmaintainer
+license             {Artistic GPL}
+
+description         Module::Build::Tiny - A tiny replacement for Module::Build
+
+long_description    Many Perl distributions use a Build.PL file instead of a Makefile.PL \
+                    file to drive distribution configuration, build, test and installation. \
+                    Traditionally, Build.PL uses Module::Build as the underlying build system. \
+                    This module provides a simple, lightweight, drop-in replacement.
+
+checksums           rmd160  ed351a2e2fad790df701b031b66d26eb16779cc7 \
+                    sha256  7d580ff6ace0cbe555bf36b86dc8ea232581530cbeaaea09bccb57b55797f11c
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+        port:p${perl5.major}-extutils-config \
+        port:p${perl5.major}-extutils-helpers \
+        port:p${perl5.major}-extutils-installpaths \
+        port:p${perl5.major}-test-harness
+
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-module-build-tiny/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/20141012/2bd09b29/attachment.html>


More information about the macports-changes mailing list