aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-ParseWords/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-16 21:13:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-16 21:13:56 +0000
commitaebf041a88e9defc5410a3fbf7acbc684f019570 (patch)
treeb502f6ce20568d93f1d5f71e4a118019ebdf4520 /textproc/p5-Text-ParseWords/Makefile
parent381c5cbf8f972f727dc434d3880e97de67ac64e7 (diff)
downloadports-aebf041a88e9defc5410a3fbf7acbc684f019570.tar.gz
ports-aebf041a88e9defc5410a3fbf7acbc684f019570.zip
Text::ParseWords - Parse text into an array of tokens or array of arrays.
WWW: http://search.cpan.org/dist/Text-ParseWords/ PR: ports/120632 Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
Notes
Notes: svn path=/head/; revision=207389
Diffstat (limited to 'textproc/p5-Text-ParseWords/Makefile')
-rw-r--r--textproc/p5-Text-ParseWords/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/p5-Text-ParseWords/Makefile b/textproc/p5-Text-ParseWords/Makefile
new file mode 100644
index 000000000000..323e61263bed
--- /dev/null
+++ b/textproc/p5-Text-ParseWords/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-Text-ParseWords
+# Date created: 2008-02-13
+# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-ParseWords
+PORTVERSION= 3.1
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lippemail@gmail.com
+COMMENT= Parse text into an array of tokens or array of arrays
+
+PERL_CONFIGURE= yes
+
+MAN3= Text::ParseWords.3
+
+.include <bsd.port.mk>