pkgsrc changes: - Adjusting license - Adjusting dependencies Upstream changes: 0.92 Sep 25, 2009 - Switched to Module::Build and don't try to detect a compiler. If you want to force a Perl-only build, run the Build.PL as "perl Build.PL --pp". Addresses RT #44719 (more or less), Reported by Olivier Mengu'e. - Require Scalar::Util 1.10, since that is the first version with looks_like_number. Reported by Olivier Mengu'e. RT #45103. - Require Attribute::Handlers 0.79. Reported by Olivier Mengu'e. RT #44066.
28 lines
918 B
Makefile
28 lines
918 B
Makefile
# $NetBSD: Makefile,v 1.33 2009/10/11 08:19:52 sno Exp $
|
|
|
|
DISTNAME= Params-Validate-0.92
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5pva
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Params/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Params-Validate/
|
|
COMMENT= Validate method/function parameters
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
DEPENDS+= {p5-Attribute-Handlers>=0.79,perl>=5.10.0}:../../devel/p5-Attribute-Handlers
|
|
DEPENDS+= {p5-Scalar-List-Utils>=1.0,perl>=5.10.0}:../../devel/p5-Scalar-List-Utils
|
|
|
|
BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
|
|
BUILD_DEPENDS+= p5-Module-Build>=0.35:../../devel/p5-Module-Build
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Params/Validate/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|