aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Lingua-EN-Infinitive/Makefile
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-01-27 12:36:27 +0800
committerpetef <petef@FreeBSD.org>2002-01-27 12:36:27 +0800
commita660726e4eca6b020cd3bb30ef2b5deed4c0ca26 (patch)
tree670089049fcbcc8a8a20ff78b4ab005e9d01bf37 /textproc/p5-Lingua-EN-Infinitive/Makefile
parentfe36d7235977ec04badfd60dbdc30349d0711556 (diff)
downloadfreebsd-ports-gnome-a660726e4eca6b020cd3bb30ef2b5deed4c0ca26.tar.gz
freebsd-ports-gnome-a660726e4eca6b020cd3bb30ef2b5deed4c0ca26.tar.zst
freebsd-ports-gnome-a660726e4eca6b020cd3bb30ef2b5deed4c0ca26.zip
Add p5-Lingua-EN-Infinitive 1.04, determine the infinitive form of
a conjugated word. PR: 33378 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'textproc/p5-Lingua-EN-Infinitive/Makefile')
-rw-r--r--textproc/p5-Lingua-EN-Infinitive/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-EN-Infinitive/Makefile b/textproc/p5-Lingua-EN-Infinitive/Makefile
new file mode 100644
index 000000000000..9b7da00a89b7
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Infinitive/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: Lingua::EN::Infinitive
+# Date created: 30 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Lingua-EN-Infinitive
+PORTVERSION= 1.04
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Lingua
+PKGNAMEPREFIX= p5-
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Lingua::EN::Infinitive.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>