[122258] trunk/dports/perl/p5-params-validate/Portfile

mojca at macports.org mojca at macports.org
Fri Jul 18 15:33:07 PDT 2014


Revision: 122258
          https://trac.macports.org/changeset/122258
Author:   mojca at macports.org
Date:     2014-07-18 15:33:07 -0700 (Fri, 18 Jul 2014)
Log Message:
-----------
p5-params-validate: add p5.18, sha256, first line, whitespace

Modified Paths:
--------------
    trunk/dports/perl/p5-params-validate/Portfile

Modified: trunk/dports/perl/p5-params-validate/Portfile
===================================================================
--- trunk/dports/perl/p5-params-validate/Portfile	2014-07-18 22:31:14 UTC (rev 122257)
+++ trunk/dports/perl/p5-params-validate/Portfile	2014-07-18 22:33:07 UTC (rev 122258)
@@ -1,32 +1,33 @@
+# -*- 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
+PortSystem          1.0
+PortGroup           perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup               Params-Validate 1.00
-revision                  2
-license                   Artistic-2
-maintainers               nomaintainer
-description               Validate method/function parameters
-long_description          The Params::Validate module allows you to validate method \
-                          or function call parameters to an arbitrary level of \
-                          specificity.  At the simplest level, it is capable of \
-                          validating the required parameters were given and that no \
-                          unspecified additional parameters were passed in. It is \
-                          also capable of determining that a parameter is of a \
-                          specific type, that it is an object of a certain class \
-                          hierarchy, that it possesses certain methods, or applying \
-                          validation callbacks to arguments.
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
+perl5.setup         Params-Validate 1.00
+revision            2
+license             Artistic-2
+maintainers         nomaintainer
+description         Validate method/function parameters
+long_description    The Params::Validate module allows you to validate method \
+                    or function call parameters to an arbitrary level of \
+                    specificity.  At the simplest level, it is capable of \
+                    validating the required parameters were given and that no \
+                    unspecified additional parameters were passed in. It is \
+                    also capable of determining that a parameter is of a \
+                    specific type, that it is an object of a certain class \
+                    hierarchy, that it possesses certain methods, or applying \
+                    validation callbacks to arguments.
 
-platforms                 darwin
+platforms           darwin
 
-checksums                 sha1    323356507f47075e9adb89567cda4252197decb7 \
-                          rmd160  7908f0daf442424369d2f1162adbf2db8a9a6ab0
+checksums           rmd160  7908f0daf442424369d2f1162adbf2db8a9a6ab0 \
+                    sha256  44c6d9c064d868e1ea14d5614e60ebb69ff73ea5fa7f3f7247a24eb4f0f3f1fb
 
 if {${perl5.major} != ""} {
-depends_lib-append        port:p${perl5.major}-extutils-cbuilder \
-                          port:p${perl5.major}-attribute-handlers
+depends_lib-append  port:p${perl5.major}-extutils-cbuilder \
+                    port:p${perl5.major}-attribute-handlers
 
 perl5.use_module_build
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140718/948d2a2e/attachment.html>


More information about the macports-changes mailing list