[134361] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Mar 23 10:28:25 PDT 2015


Revision: 134361
          https://trac.macports.org/changeset/134361
Author:   devans at macports.org
Date:     2015-03-23 10:28:25 -0700 (Mon, 23 Mar 2015)
Log Message:
-----------
p5-test-file-sharedir: new port, create a fake sharedir for testing.

Added Paths:
-----------
    trunk/dports/perl/p5-test-file-sharedir/
    trunk/dports/perl/p5-test-file-sharedir/Portfile

Added: trunk/dports/perl/p5-test-file-sharedir/Portfile
===================================================================
--- trunk/dports/perl/p5-test-file-sharedir/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-file-sharedir/Portfile	2015-03-23 17:28:25 UTC (rev 134361)
@@ -0,0 +1,32 @@
+# -*- 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.16 5.18 5.20
+perl5.setup         Test-File-ShareDir 1.001001
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test::File::ShareDir - Create a Fake ShareDir for your modules for testing.
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  0c90613251373020539e44672c04b8395f11d49c \
+                    sha256  c8815ee3644949ad6419616c2706a04b3c22d709bfb610ad5c4cfe78884a8658
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-fatal \
+                    port:p${perl5.major}-test-simple
+
+    depends_lib-append \
+                    port:p${perl5.major}-class-tiny \
+                    port:p${perl5.major}-file-copy-recursive \
+                    port:p${perl5.major}-file-sharedir \
+                    port:p${perl5.major}-path-tiny \
+                    port:p${perl5.major}-scope-guard
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-test-file-sharedir/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/20150323/33c595df/attachment.html>


More information about the macports-changes mailing list