diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-17 05:13:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-17 05:13:56 +0800 |
commit | 413d43c4f87ebcff95ce38c19d1b573b41ee7ffe (patch) | |
tree | 4e6c588ea726d3a87c977966d5171f12c17fcd6e /textproc | |
parent | 146e297342d96b9057454206818e8d7334ef3204 (diff) | |
download | freebsd-ports-gnome-413d43c4f87ebcff95ce38c19d1b573b41ee7ffe.tar.gz freebsd-ports-gnome-413d43c4f87ebcff95ce38c19d1b573b41ee7ffe.tar.zst freebsd-ports-gnome-413d43c4f87ebcff95ce38c19d1b573b41ee7ffe.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>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-ParseWords/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-Text-ParseWords/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-ParseWords/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-Text-ParseWords/pkg-plist | 5 |
5 files changed, 33 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f8ad9487a3e5..96fc6cb96ba1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -578,6 +578,7 @@ SUBDIR += p5-Text-Ngrams SUBDIR += p5-Text-Original SUBDIR += p5-Text-ParagraphDiff + SUBDIR += p5-Text-ParseWords SUBDIR += p5-Text-Query SUBDIR += p5-Text-Quote SUBDIR += p5-Text-Quoted 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> diff --git a/textproc/p5-Text-ParseWords/distinfo b/textproc/p5-Text-ParseWords/distinfo new file mode 100644 index 000000000000..cf06f0ba0d4f --- /dev/null +++ b/textproc/p5-Text-ParseWords/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-ParseWords-3.1.tar.gz) = c8f8d7a99416b115902d1191383e2773 +SHA256 (Text-ParseWords-3.1.tar.gz) = 6fe5187f0251e1fe5bf9b612f31280f46ff7cd742bcaf7b91208d9c78458481e +SIZE (Text-ParseWords-3.1.tar.gz) = 3403 diff --git a/textproc/p5-Text-ParseWords/pkg-descr b/textproc/p5-Text-ParseWords/pkg-descr new file mode 100644 index 000000000000..d6710a97a794 --- /dev/null +++ b/textproc/p5-Text-ParseWords/pkg-descr @@ -0,0 +1,3 @@ +Text::ParseWords - Parse text into an array of tokens or array of arrays. + +WWW: http://search.cpan.org/dist/Text-ParseWords/ diff --git a/textproc/p5-Text-ParseWords/pkg-plist b/textproc/p5-Text-ParseWords/pkg-plist new file mode 100644 index 000000000000..8a99ccef2d12 --- /dev/null +++ b/textproc/p5-Text-ParseWords/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Text/ParseWords.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParseWords/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParseWords +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text |