# -*- 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: Portfile 123699 2014-08-13 06:30:25Z mojca@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 perl5.setup Params-Validate 1.13 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 checksums rmd160 872787653ffd9d497980c9f52911c6471eb90df5 \ sha256 6aa31630329952e53e58a81d113995dfa11f786028a1c23892942598ee384be4 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-extutils-cbuilder \ port:p${perl5.major}-attribute-handlers perl5.use_module_build }