# -*- 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 132976 2015-02-16 13:02:29Z devans@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 perl5.setup Params-Validate 1.18 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 d0688f165990bd52a1bbe612b7f3e5aeb99c74c3 \ sha256 b25d2488d326f0cfa303cba7ed64fed9ec698b7bfc5d408f0b71058af39206c1 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-fatal \ port:p${perl5.major}-test-requires depends_lib-append \ port:p${perl5.major}-attribute-handlers \ port:p${perl5.major}-module-implementation perl5.use_module_build }