1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Params::Coerce - Allows your classes to do coercion of parameters

WWW: http://search.cpan.org/dist/Params-Coerce/

PR:		ports/116215
Submitted by:	Cory R. King <coryking at mozimedia.com>
This commit is contained in:
Martin Wilke 2007-09-13 21:47:22 +00:00
parent 91575d52a2
commit c5db533809
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199443
5 changed files with 38 additions and 0 deletions

View File

@ -1414,6 +1414,7 @@
SUBDIR += p5-Params-CallbackRequest
SUBDIR += p5-Params-Check
SUBDIR += p5-Params-Classify
SUBDIR += p5-Params-Coerce
SUBDIR += p5-Params-Util
SUBDIR += p5-Params-Validate
SUBDIR += p5-Parse-CPAN-Packages

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: p5-Params-Coerce
# Date created: 08 September 2007
# Whom: Cory R. King <coryking@mozimedia.com>
#
# $FreeBSD$
#
PORTNAME= Params-Coerce
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Params
PKGNAMEPREFIX= p5-
MAINTAINER= coryking@mozimedia.com
COMMENT= Allows your classes to do coercion of parameters (Params::Coerce)
BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-Params-Util>=0.20:${PORTSDIR}/devel/p5-Params-Util
RUN_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-Params-Util>=0.20:${PORTSDIR}/devel/p5-Params-Util
PERL_CONFIGURE= yes
MAN3= Params::Coerce.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Params-Coerce-0.14.tar.gz) = a8439ea6777c9156424ef6dd74c83945
SHA256 (Params-Coerce-0.14.tar.gz) = 5c67b11b9859e8d0d048c1c529e16ff49458fe4a98a16ccbfec6cd66e49b7713
SIZE (Params-Coerce-0.14.tar.gz) = 26566

View File

@ -0,0 +1,3 @@
Params::Coerce - Allows your classes to do coercion of parameters
WWW: http://search.cpan.org/dist/Params-Coerce/

View File

@ -0,0 +1,4 @@
%%SITE_PERL%%/Params/Coerce.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Params/Coerce/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Params
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Params/Coerce