Ticket #2931: Portfile

File Portfile, 743 bytes (added by mat@…, 19 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem              1.0
4PortGroup               perl5 1.0
5perl5.setup             Params-Validate 0.76
6maintainers             mat@FreeBSD.org
7description             Validate method/function parameters
8long_description \
9        The Params::Validate module allows you to validate method or function \
10        call parameters to an arbitrary level of specificity.  At the simplest \
11        level, it is capable of validating the required parameters were given \
12        and that no unspecified additional parameters were passed in. It is \
13        also capable of determining that a parameter is of a specific type, \
14        that it is an object of a certain class hierarchy, that it possesses \
15        certain methods, or applying validation callbacks to arguments.
16
17platforms               darwin
18
19checksums               md5 111783087f92dd6a99df5d1aeaa16c27