summaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile')
-rw-r--r--textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile b/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile
new file mode 100644
index 00000000000..0bd1ed8d6ee
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/19 17:29:30 reed Exp $
+#
+
+DISTNAME= Lingua-EN-Numbers-Ordinate-1.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Lingua-EN-Numbers-Ordinate/
+COMMENT= Go from cardinal number (3) to ordinal ("3rd")
+
+#DEPENDS+= p5-Array-Compare-[0-9]*:../../devel/p5-Array-Compare
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Lingua/EN/Numbers/Ordinate/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"