mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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:
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
|
@ -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
|
||||
|
|
22
textproc/p5-Text-ExtractWords/Makefile
Normal file
22
textproc/p5-Text-ExtractWords/Makefile
Normal 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>
|
1
textproc/p5-Text-ExtractWords/distinfo
Normal file
1
textproc/p5-Text-ExtractWords/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Text-ExtractWords-0.08.tar.gz) = cb00bfc462018864fac1d2afcdad1e05
|
5
textproc/p5-Text-ExtractWords/pkg-descr
Normal file
5
textproc/p5-Text-ExtractWords/pkg-descr
Normal 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>
|
9
textproc/p5-Text-ExtractWords/pkg-plist
Normal file
9
textproc/p5-Text-ExtractWords/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue