diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2008-08-01 02:35:52 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2008-08-01 02:35:52 +0800 |
commit | 99dd8fa88c9d83c8bde1864f29934740b1228f07 (patch) | |
tree | 65bfb3eecca962ea1f839ba84f266496e238db22 /textproc | |
parent | 95b4c1a92c3fcd065e1b47f2e813ec192f7cc389 (diff) | |
download | freebsd-ports-gnome-99dd8fa88c9d83c8bde1864f29934740b1228f07.tar.gz freebsd-ports-gnome-99dd8fa88c9d83c8bde1864f29934740b1228f07.tar.zst freebsd-ports-gnome-99dd8fa88c9d83c8bde1864f29934740b1228f07.zip |
This is a CORE module. If you installed perl 5.003 or above, a
version of this module is already available to you. This CPAN
package is only here to update core distributions prior 5.005.
The version provided is the same that comes with perl 5.00502.
If you run a newer version of perl, the version of Text::ParseWords
included there may be newer. This package is not fully synchronized
with the perl distributions.
Please run "perldoc Text::ParseWords" to see what this module
is for.
WWW: http://search.cpan.org/dist/Text-ParseWords/
Approved by: araujo (mentor)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-ParseWords/Makefile | 28 | ||||
-rw-r--r-- | textproc/p5-Text-ParseWords/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-ParseWords/pkg-descr | 13 |
4 files changed, 45 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 95ac2c5927d5..ac51819b2549 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -601,6 +601,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..ad8e377cd54c --- /dev/null +++ b/textproc/p5-Text-ParseWords/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Text-ParseWords +# Date created: Jul 31, 2008 +# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> +# +# $FreeBSD$ +# + +PORTNAME= Text-ParseWords +PORTVERSION= 3.1 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= pgollucci@FreeBSD.org +COMMENT= parse text into an array of tokens or array of arrays + +PERL_CONFIGURE= yes + +MAN3= Text::ParseWords.3 + +PLIST_FILES= %%SITE_PERL%%/Text/ParseWords.pm \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParseWords/.packlist + +PLIST_DIRS= %%SITE_PERL%%/Text \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParseWords \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text + +.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..d66bd0c5502e --- /dev/null +++ b/textproc/p5-Text-ParseWords/pkg-descr @@ -0,0 +1,13 @@ +This is a CORE module. If you installed perl 5.003 or above, a +version of this module is already available to you. This CPAN +package is only here to update core distributions prior 5.005. + +The version provided is the same that comes with perl 5.00502. +If you run a newer version of perl, the version of Text::ParseWords +included there may be newer. This package is not fully synchronized +with the perl distributions. + +Please run "perldoc Text::ParseWords" to see what this module +is for. + +WWW: http://search.cpan.org/dist/Text-ParseWords/ |