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)
This commit is contained in:
Philip M. Gollucci 2008-07-31 18:35:52 +00:00
parent 8bb6dc91ef
commit 6673f0faff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217890
4 changed files with 45 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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/