d12928523c
Upstream changes: 1.23 -- Wed Mar 10 20:50:00 CST 2010 * Add a test file to ensure 'GETMAGIC' called once [gfx] * "GETMAGIC" should be called only once [gfx] * Use PERL_NO_GET_CONTEXT for efficiency (see perlguts) [gfx] * Don't care about dVAR. ExtUtils::ParseXS deals with it. [gfx] * t/p_max.t, t/p_min.t fail on perl5.8.1. [tokuhirom] * avoid non-portable warnings * Fix PP::reftype in edge cases [gfx]
22 lines
616 B
Makefile
22 lines
616 B
Makefile
# $NetBSD: Makefile,v 1.18 2010/03/15 16:18:26 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Scalar-List-Utils-1.23
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5slu
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Scalar-List-Utils/
|
|
COMMENT= Perl subroutines that would be nice to have in the perl core
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/List/Util/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|