0.55 2017-07-23 - Skip all the tests unless List::SomeUtils 0.56 is installed. This fixes the issue where trying to install the new List::SomeUtils ends up pulling this distribution, which then fails because an older LSU is installed but doesn't export mode(). Reported by John SJ Anderson. GH #1. 0.54 2017-07-22 - Added a new function, mode(), requested by Jerrad Pierce. GH #2.
22 lines
817 B
Makefile
22 lines
817 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/08/14 18:59:06 wiz Exp $
|
|
|
|
DISTNAME= List-SomeUtils-XS-0.55
|
|
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-SomeUtils-XS/
|
|
COMMENT= XS implementation for List::SomeUtils
|
|
LICENSE= artistic-2.0
|
|
|
|
#DEPENDS+= p5-List-MoreUtils>=0.28:../../devel/p5-List-MoreUtils
|
|
#DEPENDS+= p5-Exporter-Tiny-[0-9]*:../../devel/p5-Exporter-Tiny
|
|
#DEPENDS+= p5-Module-Implementation-[0-9]*:../../devel/p5-Module-Implementation
|
|
BUILD_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace
|
|
BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
|
|
|
|
PERL5_PACKLIST= auto/List/SomeUtils/XS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|