pkgsrc/devel/p5-List-SomeUtils-XS/Makefile
2021-05-24 19:49:01 +00:00

23 lines
833 B
Makefile

# $NetBSD: Makefile,v 1.13 2021/05/24 19:50:56 wiz Exp $
DISTNAME= List-SomeUtils-XS-0.58
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/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"