summaryrefslogtreecommitdiff
path: root/math/p5-Number-Latin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Number-Latin/Makefile')
-rw-r--r--math/p5-Number-Latin/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/p5-Number-Latin/Makefile b/math/p5-Number-Latin/Makefile
new file mode 100644
index 00000000000..8e70a39ff74
--- /dev/null
+++ b/math/p5-Number-Latin/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/10/18 21:55:32 abs Exp $
+
+DISTNAME= Number-Latin-1.01
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
+
+MAINTAINER= norm@sandbox.org.uk
+COMMENT= Perl module for "lower/upper-latin" numbering system
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Number/Latin/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"