[128868] trunk/dports/perl

khindenburg at macports.org khindenburg at macports.org
Fri Nov 28 19:00:10 PST 2014


Revision: 128868
          https://trac.macports.org/changeset/128868
Author:   khindenburg at macports.org
Date:     2014-11-28 19:00:10 -0800 (Fri, 28 Nov 2014)
Log Message:
-----------
p5-class-tiny: new port

Added Paths:
-----------
    trunk/dports/perl/p5-class-tiny/
    trunk/dports/perl/p5-class-tiny/Portfile

Added: trunk/dports/perl/p5-class-tiny/Portfile
===================================================================
--- trunk/dports/perl/p5-class-tiny/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-class-tiny/Portfile	2014-11-29 03:00:10 UTC (rev 128868)
@@ -0,0 +1,24 @@
+# -*- 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         Class-Tiny 1.000
+
+platforms           darwin
+maintainers         khindenburg openmaintainer
+license             Apache-2
+
+supported_archs     noarch
+
+description         Minimalist class construction
+long_description    This module offers a minimalist class construction kit in around 120 lines of code.
+
+checksums           rmd160 b4e48e97bf7d36cb73dec89c03877336a28dbbea \
+                    sha256 625d874db1608bd317b52b482d5b94a35812499948b8cba109d402e91748944a
+
+if {${perl5.major} != ""} {
+    test.run        yes
+}


Property changes on: trunk/dports/perl/p5-class-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/20141128/36ac8f57/attachment-0001.html>


More information about the macports-changes mailing list