pkgsrc/devel/p5-List-SomeUtils-XS/Makefile
wiz f099dca5e0 p5-List-SomeUtils-XS: update to 0.56.
0.56     2017-12-12

- The one() sub returned true when given an empty list, but it should return
  false. Reported by randyl. GH #3.
2017-12-30 13:55:10 +00:00

22 lines
817 B
Makefile

# $NetBSD: Makefile,v 1.6 2017/12/30 13:55:10 wiz Exp $
DISTNAME= List-SomeUtils-XS-0.56
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"