diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 21:13:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 21:13:56 +0000 |
commit | aebf041a88e9defc5410a3fbf7acbc684f019570 (patch) | |
tree | b502f6ce20568d93f1d5f71e4a118019ebdf4520 /textproc | |
parent | 381c5cbf8f972f727dc434d3880e97de67ac64e7 (diff) | |
download | ports-aebf041a88e9defc5410a3fbf7acbc684f019570.tar.gz ports-aebf041a88e9defc5410a3fbf7acbc684f019570.zip |
Notes
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 |