aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Lingua-Preferred/Makefile
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-12-31 03:38:22 +0800
committerpetef <petef@FreeBSD.org>2001-12-31 03:38:22 +0800
commitedb64770414756f906c68f3186c7b3ff0e498805 (patch)
tree64d06cf8b42fa0d750c57c14096829544c237df9 /textproc/p5-Lingua-Preferred/Makefile
parentc5292e355f7e4c1afb1ae230fd5526e5f49c07f3 (diff)
downloadfreebsd-ports-gnome-edb64770414756f906c68f3186c7b3ff0e498805.tar.gz
freebsd-ports-gnome-edb64770414756f906c68f3186c7b3ff0e498805.tar.zst
freebsd-ports-gnome-edb64770414756f906c68f3186c7b3ff0e498805.zip
Add p5-Lingua-Preferred 0.1.1, perl extension to choose a language.
PR: 33329 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'textproc/p5-Lingua-Preferred/Makefile')
-rw-r--r--textproc/p5-Lingua-Preferred/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Preferred/Makefile b/textproc/p5-Lingua-Preferred/Makefile
new file mode 100644
index 000000000000..4df849c3f959
--- /dev/null
+++ b/textproc/p5-Lingua-Preferred/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: Lingua::Preferred
+# Date created: 30 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Lingua-Preferred
+PORTVERSION= 0.1.1
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Lingua
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/${PERL_VER}/Log/TraceMessage.pm:${PORTSDIR}/devel/p5-Log-TraceMessages
+
+PERL_CONFIGURE= yes
+
+MAN3= Lingua::Preferred.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>