diff options
author | lippe <lippe@FreeBSD.org> | 2008-03-18 05:56:40 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-03-18 05:56:40 +0800 |
commit | 564141205a56149b26635e9c775c8c11d97f0364 (patch) | |
tree | cdbd62fea9c74e96c0a9d43c199db6872ce5b0f3 /textproc/p5-Text-ParseWords | |
parent | 56f97ba41384edf6f09e33cd773e50e335b6ae9f (diff) | |
download | freebsd-ports-gnome-564141205a56149b26635e9c775c8c11d97f0364.tar.gz freebsd-ports-gnome-564141205a56149b26635e9c775c8c11d97f0364.tar.zst freebsd-ports-gnome-564141205a56149b26635e9c775c8c11d97f0364.zip |
- Module already included in core perl.
Reported by: leeym
Approved by: gabor (mentor)
Diffstat (limited to 'textproc/p5-Text-ParseWords')
-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 |
4 files changed, 0 insertions, 32 deletions
diff --git a/textproc/p5-Text-ParseWords/Makefile b/textproc/p5-Text-ParseWords/Makefile deleted file mode 100644 index 2f92319987b9..000000000000 --- a/textproc/p5-Text-ParseWords/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# 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= lippe@FreeBSD.org -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 deleted file mode 100644 index cf06f0ba0d4f..000000000000 --- a/textproc/p5-Text-ParseWords/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d6710a97a794..000000000000 --- a/textproc/p5-Text-ParseWords/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8a99ccef2d12..000000000000 --- a/textproc/p5-Text-ParseWords/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%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 |