aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Lingua-EN-Numbers/Makefile
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-06-09 07:52:05 +0800
committerpetef <petef@FreeBSD.org>2002-06-09 07:52:05 +0800
commite2f56ec90c7790453da5e9f701b43a120781c599 (patch)
tree8dc4a513f4f7327f11f0746a21c6614d670db3e3 /textproc/p5-Lingua-EN-Numbers/Makefile
parent4539e54ec206f4684cf9189e38245e448d8fdbcb (diff)
downloadfreebsd-ports-gnome-e2f56ec90c7790453da5e9f701b43a120781c599.tar.gz
freebsd-ports-gnome-e2f56ec90c7790453da5e9f701b43a120781c599.tar.zst
freebsd-ports-gnome-e2f56ec90c7790453da5e9f701b43a120781c599.zip
Add p5-Lingua-EN-Numbers 0.01, converts numeric values into their
English string equivalents. PR: 33433 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'textproc/p5-Lingua-EN-Numbers/Makefile')
-rw-r--r--textproc/p5-Lingua-EN-Numbers/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-EN-Numbers/Makefile b/textproc/p5-Lingua-EN-Numbers/Makefile
new file mode 100644
index 000000000000..e0171f142c2c
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Numbers/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Lingua::EN::Numbers
+# Date created: 31 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Lingua-EN-Numbers
+PORTVERSION= 0.01
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Lingua
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Lingua::EN::Numbers.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>