cfc24a6c15
"Params::Util" provides a basic set of importable functions that makes checking parameters a hell of a lot easier. The functions provided by "Params::Util" check in the most strictly correct manner, and in should not be fooled by odd cases.
17 lines
479 B
Makefile
17 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/11/23 22:00:57 wiz Exp $
|
|
|
|
DISTNAME= Params-Util-0.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Params/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Params-Util/
|
|
COMMENT= Simple standalone param-checking functions
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Params/Util/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|