summaryrefslogtreecommitdiff
path: root/devel/p5-List-SomeUtils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-List-SomeUtils/Makefile')
-rw-r--r--devel/p5-List-SomeUtils/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/p5-List-SomeUtils/Makefile b/devel/p5-List-SomeUtils/Makefile
new file mode 100644
index 00000000000..a21841081fd
--- /dev/null
+++ b/devel/p5-List-SomeUtils/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2016/05/18 12:21:46 wiz Exp $
+
+DISTNAME= List-SomeUtils-0.52
+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/
+COMMENT= Provide the stuff missing in List::Util
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-List-SomeUtils-XS>=0.50:../../devel/p5-List-SomeUtils-XS
+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
+
+PERL5_PACKLIST= auto/List/SomeUtils/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"