[132766] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Feb 10 07:36:12 PST 2015


Revision: 132766
          https://trac.macports.org/changeset/132766
Author:   devans at macports.org
Date:     2015-02-10 07:36:12 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
p5-method-signatures-simple: new port, basic method declarations with signatures.

Added Paths:
-----------
    trunk/dports/perl/p5-method-signatures-simple/
    trunk/dports/perl/p5-method-signatures-simple/Portfile

Added: trunk/dports/perl/p5-method-signatures-simple/Portfile
===================================================================
--- trunk/dports/perl/p5-method-signatures-simple/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-method-signatures-simple/Portfile	2015-02-10 15:36:12 UTC (rev 132766)
@@ -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         Method-Signatures-Simple 1.07 ../by-authors/id/R/RH/RHESA
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Method::Signatures::Simple - Basic method declarations with signatures, without source filters
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  5bc5e5d18299954d6826eca4827d3a981ff6065b \
+                    sha256  c8cd7d471977cc8876044192abd98a81afddff2a26bb9a10bbe358efa371dadc
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-devel-declare
+ 
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-method-signatures-simple/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/20150210/652fce12/attachment.html>


More information about the macports-changes mailing list