5de4571205
- Updating package for p5 module Params::Util from 0.38 to 1.00 Upstream changes: 1.00 Sun 31 May 2009 - Now all known XS bugs are worked out, I've removed the experimental flags and set that as the first 1+ release. - Fixed XS implementation of _*LIKE and _INSTANCE - Added test for a negative custom isa returning ('') - Improving the 'clean' file list in a Makefile.PL
18 lines
514 B
Makefile
18 lines
514 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/06/01 18:18:41 sno Exp $
|
|
|
|
DISTNAME= Params-Util-1.00
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Params/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Params-Util/
|
|
COMMENT= Simple standalone param-checking functions
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Params/Util/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|