diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-12-23 19:18:44 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-12-23 19:18:44 +0800 |
commit | 7b3c7f07231cbd89c4e9614f101eea0ec9b01cd7 (patch) | |
tree | 485dc0fc3453e0ecdf3422987e368253714f3dd8 /textproc | |
parent | b8da4641b11a9fee4e2dcbec52dfac5cab9233bb (diff) | |
download | freebsd-ports-gnome-7b3c7f07231cbd89c4e9614f101eea0ec9b01cd7.tar.gz freebsd-ports-gnome-7b3c7f07231cbd89c4e9614f101eea0ec9b01cd7.tar.zst freebsd-ports-gnome-7b3c7f07231cbd89c4e9614f101eea0ec9b01cd7.zip |
- Remove test-only and included-in-perl-5.8 dependencies.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-EN-Squeeze/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-RDF-Simple/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Quoted/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Atom-Filter/Makefile | 1 |
4 files changed, 2 insertions, 7 deletions
diff --git a/textproc/p5-Lingua-EN-Squeeze/Makefile b/textproc/p5-Lingua-EN-Squeeze/Makefile index ba1a42ce0b2d..3c27a6dc3e7f 100644 --- a/textproc/p5-Lingua-EN-Squeeze/Makefile +++ b/textproc/p5-Lingua-EN-Squeeze/Makefile @@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Shorten text to minimum syllables by using hash table -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple - PERL_CONFIGURE= yes MAN3= Lingua::EN::Squeeze.3 diff --git a/textproc/p5-RDF-Simple/Makefile b/textproc/p5-RDF-Simple/Makefile index 4c95099007e4..25a510c68f49 100644 --- a/textproc/p5-RDF-Simple/Makefile +++ b/textproc/p5-RDF-Simple/Makefile @@ -22,8 +22,6 @@ RUN_DEPENDS= p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \ p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-IO-CaptureOutput>=0:${PORTSDIR}/devel/p5-IO-CaptureOutput \ - p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File PERL_CONFIGURE= yes diff --git a/textproc/p5-Text-Quoted/Makefile b/textproc/p5-Text-Quoted/Makefile index 3fa767fd16b6..fe7e7c4ef947 100644 --- a/textproc/p5-Text-Quoted/Makefile +++ b/textproc/p5-Text-Quoted/Makefile @@ -7,6 +7,7 @@ PORTNAME= Text-Quoted PORTVERSION= 2.05 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Text::Quoted - Extract the structure of a quoted mail message -BUILD_DEPENDS= ${SITE_PERL}/Text/Autoformat.pm:${PORTSDIR}/textproc/p5-Text-Autoformat \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${SITE_PERL}/Text/Autoformat.pm:${PORTSDIR}/textproc/p5-Text-Autoformat RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-XML-Atom-Filter/Makefile b/textproc/p5-XML-Atom-Filter/Makefile index e9e83c6190fe..d479b52349de 100644 --- a/textproc/p5-XML-Atom-Filter/Makefile +++ b/textproc/p5-XML-Atom-Filter/Makefile @@ -16,7 +16,6 @@ COMMENT= Easy creation of command line Atom processing tools RUN_DEPENDS= ${SITE_PERL}/XML/Atom.pm:${PORTSDIR}/textproc/p5-XML-Atom BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= 5.8.0+ |