mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add p5-Params-Check, a generic input parsing/checking mechanism for
Perl.
This commit is contained in:
parent
ad93e1744d
commit
01e7818649
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124078
@ -941,6 +941,7 @@
|
||||
SUBDIR += p5-PV
|
||||
SUBDIR += p5-Parallel-ForkManager
|
||||
SUBDIR += p5-Params-CallbackRequest
|
||||
SUBDIR += p5-Params-Check
|
||||
SUBDIR += p5-Params-Validate
|
||||
SUBDIR += p5-Parse-CPAN-Packages
|
||||
SUBDIR += p5-Parse-PerlConfig
|
||||
|
26
devel/p5-Params-Check/Makefile
Normal file
26
devel/p5-Params-Check/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: devel/p5-Params-Check
|
||||
# Date created: 15 December 2004
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Params-Check
|
||||
PORTVERSION= 0.22
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Params
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Generic input parsing/checking mechanism for Perl
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Params::Check.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Params-Check/distinfo
Normal file
2
devel/p5-Params-Check/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Params-Check-0.22.tar.gz) = b9cd4d67542628d17199f4fc0ac5cb26
|
||||
SIZE (Params-Check-0.22.tar.gz) = 9883
|
5
devel/p5-Params-Check/pkg-descr
Normal file
5
devel/p5-Params-Check/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Params::Check is a generic input parsing/checking mechanism. It allows
|
||||
you to validate input via a template. The only requirement is that the
|
||||
arguments must be named.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Params-Check
|
5
devel/p5-Params-Check/pkg-plist
Normal file
5
devel/p5-Params-Check/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Params/Check.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Params/Check/.packlist
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Params/Check 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Params 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Params 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user