Upstream changes: 0.25_02 Sat Aug 1 06:41:55 EDT 2009 - MS VC++ 7 doesn't like inline nor 'long long' (patch provided by Taro Nishino (taro DOT nishino AT gmail.com) - Newx isbn't around in older perls so use New(0,...) instead 0.25_01 Thu Jul 30 17:43:20 EDT 2009 - it seems the only way of handling the stack that works on all flavors of the multicall API is by making a shallow copy of it and use that between the PUSH/POP_MULTICALL bracket - fix awkward ok() override in List-MoreUtils.t so that it reports line numbers in test failures properly
21 lines
628 B
Makefile
21 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/09/20 11:05:17 sno Exp $
|
|
#
|
|
|
|
DISTNAME= List-MoreUtils-0.25_02
|
|
PKGNAME= p5-${DISTNAME:S/25_02/25beta02/}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/}
|
|
MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=../../authors/id/V/VP/VPARSEVAL/}
|
|
|
|
MAINTAINER= abs@absd.org
|
|
HOMEPAGE= http://search.cpan.org/dist/List-MoreUtils/
|
|
COMMENT= Provide the stuff missing in List::Util
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/List/MoreUtils/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|