25f1da6945
0.428 2017-12-19 - release 0.427_002 without further changes 0.427_002 2017-12-14 - Update ppport.h to 3.37 for improved blead support - Fix RT#123869 - context arg to croak() reported by Zefram - fix RT#123870 - one() returns true on empty list reported by Andy Lester - pamper RT#123868 - $a/$b/$_ refcounting bugs reported by Zefram 0.427_001 2017-12-12 - Fix RT#123613 - build fails on perl >=5.27.4 with -DDEBUGGING, thanks for reporting and the suggested patch goes to Andreas Koenig and Tony Cook
16 lines
478 B
Makefile
16 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.6 2017/12/30 13:54:07 wiz Exp $
|
|
|
|
DISTNAME= List-MoreUtils-XS-0.428
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/List-MoreUtils-XS/
|
|
COMMENT= Provide compiled List::MoreUtils functions
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/List/MoreUtils/XS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|