Add p5-Text-ExtractWords 0.08,

perl extension for extract words
from strings.

PR:		58480
Submitted by:	clsung@dragon2.net
This commit is contained in:
Erwin Lansing 2003-10-28 15:59:19 +00:00
parent 94bc316a22
commit dc596449d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92463
5 changed files with 38 additions and 0 deletions

View file

@ -241,6 +241,7 @@
SUBDIR += p5-Text-Diff
SUBDIR += p5-Text-DoubleMetaphone
SUBDIR += p5-Text-EtText
SUBDIR += p5-Text-ExtractWords
SUBDIR += p5-Text-FillIn
SUBDIR += p5-Text-Filter
SUBDIR += p5-Text-Filter-Chain

View file

@ -0,0 +1,22 @@
# New ports collection makefile for: textproc/p5-Text-ExtractWords
# Date created: Oct 24 2003
# Whom: clsung@dragon2.net
#
# $FreeBSD$
#
PORTNAME= Text-ExtractWords
PORTVERSION= 0.08
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@dragon2.net
COMMENT= Perl extension for extract words from strings
PERL_CONFIGURE= yes
MAN3= Text::ExtractWords.3
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (Text-ExtractWords-0.08.tar.gz) = cb00bfc462018864fac1d2afcdad1e05

View file

@ -0,0 +1,5 @@
Text::ExtractWords - Perl extension for extract words from strings
WWW: http://search.cpan.org/src/HDIAS/Text-ExtractWords-0.08/
Author: Henrique Dias <hdias@aesbuc.pt>

View file

@ -0,0 +1,9 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Text/ExtractWords.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ExtractWords/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ExtractWords/ExtractWords.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ExtractWords/ExtractWords.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ExtractWords/autosplit.ix
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ExtractWords
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Text 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ExtractWords 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true