[137216] trunk/dports/perl

devans at macports.org devans at macports.org
Sat Jun 6 14:36:18 PDT 2015


Revision: 137216
          https://trac.macports.org/changeset/137216
Author:   devans at macports.org
Date:     2015-06-06 14:36:18 -0700 (Sat, 06 Jun 2015)
Log Message:
-----------
p5-declare-constraints-simple: new port, declarative validation of data structures.

Added Paths:
-----------
    trunk/dports/perl/p5-declare-constraints-simple/
    trunk/dports/perl/p5-declare-constraints-simple/Portfile

Added: trunk/dports/perl/p5-declare-constraints-simple/Portfile
===================================================================
--- trunk/dports/perl/p5-declare-constraints-simple/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-declare-constraints-simple/Portfile	2015-06-06 21:36:18 UTC (rev 137216)
@@ -0,0 +1,26 @@
+# -*- 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         Declare-Constraints-Simple 0.03 ../by-authors/id/P/PH/PHAYLON
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Declare::Constraints::Simple - Declarative Validation of Data Structures
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  f6ad718179a001ec5919ec1dfd9d4042578a6e35 \
+                    sha256  db77ae8d8e0afb76e6f1bfa9ef3a316718907e827ff181c8c0ad6a9f3dd80f36
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-aliased \
+                    port:p${perl5.major}-carp-clan \
+                    port:p${perl5.major}-class-inspector
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-declare-constraints-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/20150606/b24f4767/attachment.html>


More information about the macports-changes mailing list