f28dd979e3
1.04 Wed 20 Apr 2011 - Fixed #67522 have_compiler returns 1.03 Mon 22 Nov 2010 - No CPAN Testers failures, moving to production release 1.02_01 Thu 16 Sep 2010 - Trying for a much more advanced can_xs() alternative to can_cc() to deal with the situation where a host has a superficially working compiler, but completely screwed up headers. - Adding some fallback strategies to deal with cases where these same machines don't support configure_requires. - Adopt Chorny's eumm-upgrade style for the Makefile.PL. - Allow the Makefile.PL to build it's own META.yml now.
19 lines
540 B
Makefile
19 lines
540 B
Makefile
# $NetBSD: Makefile,v 1.15 2011/08/16 22:42:25 wiz Exp $
|
|
|
|
DISTNAME= Params-Util-1.04
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
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"
|