[128550] trunk/dports/perl

devans at macports.org devans at macports.org
Sat Nov 22 21:38:15 PST 2014


Revision: 128550
          https://trac.macports.org/changeset/128550
Author:   devans at macports.org
Date:     2014-11-22 21:38:15 -0800 (Sat, 22 Nov 2014)
Log Message:
-----------
p5-test-without-module: new port, test fallback behaviour in absence of modules.

Added Paths:
-----------
    trunk/dports/perl/p5-test-without-module/
    trunk/dports/perl/p5-test-without-module/Portfile

Added: trunk/dports/perl/p5-test-without-module/Portfile
===================================================================
--- trunk/dports/perl/p5-test-without-module/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-without-module/Portfile	2014-11-23 05:38:15 UTC (rev 128550)
@@ -0,0 +1,22 @@
+# -*- 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         Test-Without-Module 0.18
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test::Without::Module - Test fallback behaviour in absence of modules
+long_description    This module allows you to deliberately hide modules from a program \
+                    even though they are installed. This is mostly useful for testing \
+                    modules that have a fallback when a certain dependency module \
+                    is not installed.
+
+platforms           darwin
+
+checksums           rmd160  dcbc9ba69a50bfe59387de02d5c7731230d8062a \
+                    sha256  e2c3360b171d7db518ac39a0e1dcb285c784ea393c11708914a0655d66138c7f
+
+supported_archs     noarch


Property changes on: trunk/dports/perl/p5-test-without-module/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/20141122/79a053c3/attachment-0001.html>


More information about the macports-changes mailing list