freebsd-ports/devel/p5-Class-ParmList/Makefile
Foxfair Hu 4777ca6e31 Add p5-Class-ParmList 1.03, a module for processing named parameter
lists for method calls.

This is a simple package for validating calling parameters to a subroutine
or method. It allows you to use "named parameters" while providing checking
for number and naming of parameters for verifying inputs are as expected and
meet any minimum requirements. It also allows the setting of default values
for the named parameters if omitted

PR:		58453
Submitted by:	clsung@dragon2.net
2003-10-24 04:18:59 +00:00

22 lines
466 B
Makefile

# New ports collection makefile for: devel/p5-Class-ParmList
# Date created: Oct 23 2003
# Whom: clsung@dragon2.net
#
# $FreeBSD$
#
PORTNAME= Class-ParmList
PORTVERSION= 1.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@dragon2.net
COMMENT= A module for processing named parameter lists for method calls
PERL_CONFIGURE= yes
MAN3= Class::ParmList.3
.include <bsd.port.mk>