summaryrefslogtreecommitdiff
path: root/math/p5-Math-Utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Math-Utils/Makefile')
-rw-r--r--math/p5-Math-Utils/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/math/p5-Math-Utils/Makefile b/math/p5-Math-Utils/Makefile
new file mode 100644
index 00000000000..941c1c307ea
--- /dev/null
+++ b/math/p5-Math-Utils/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/08/17 13:49:55 wen Exp $
+
+DISTNAME= Math-Utils-1.11
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Math-Utils
+COMMENT= Useful mathematical functions not in Perl
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Math/Utils/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"