diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-10-16 15:40:30 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-10-16 15:40:30 +0800 |
commit | 73d2056d6159a63551027fdbf0119db140354d5a (patch) | |
tree | e70ff27716b41580330394431af2d656bc394134 /www | |
parent | 0fda34731f82e94ce548903acc5f0312af0c6853 (diff) | |
download | freebsd-ports-gnome-73d2056d6159a63551027fdbf0119db140354d5a.tar.gz freebsd-ports-gnome-73d2056d6159a63551027fdbf0119db140354d5a.tar.zst freebsd-ports-gnome-73d2056d6159a63551027fdbf0119db140354d5a.zip |
- Reduce dependencies with perl-5.8.
- Remove depends on Test::More module which is used on test target only.
Reviewed by: perl
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Mechanize-FormFiller/Makefile | 4 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-Shell/Makefile | 2 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize/Makefile | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-WWW-Mechanize-FormFiller/Makefile b/www/p5-WWW-Mechanize-FormFiller/Makefile index 9306acb6e837..8633b0493d3e 100644 --- a/www/p5-WWW-Mechanize-FormFiller/Makefile +++ b/www/p5-WWW-Mechanize-FormFiller/Makefile @@ -5,6 +5,7 @@ PORTNAME= WWW-Mechanize-FormFiller PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -14,8 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl framework to automate HTML forms BUILD_DEPENDS= ${SITE_PERL}/Data/Random.pm:${PORTSDIR}/devel/p5-Data-Random \ - ${SITE_PERL}/HTML/Form.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + ${SITE_PERL}/HTML/Form.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/www/p5-WWW-Mechanize-Shell/Makefile b/www/p5-WWW-Mechanize-Shell/Makefile index 6234a5175770..c3a558f5aa34 100644 --- a/www/p5-WWW-Mechanize-Shell/Makefile +++ b/www/p5-WWW-Mechanize-Shell/Makefile @@ -5,6 +5,7 @@ PORTNAME= WWW-Mechanize-Shell PORTVERSION= 0.34 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -15,7 +16,6 @@ COMMENT= An interactive shell for www/p5-WWW-Mechanize BUILD_DEPENDS= ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/Term/Shell.pm:${PORTSDIR}/devel/p5-Term-Shell \ - ${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ ${SITE_PERL}/WWW/Mechanize/FormFiller.pm:${PORTSDIR}/www/p5-WWW-Mechanize-FormFiller \ diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile index ebdc56f06fa7..f04d23c8ed54 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -7,6 +7,7 @@ PORTNAME= WWW-Mechanize PORTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -16,9 +17,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= This module is to help you automate interaction with a website BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser + ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -31,7 +30,8 @@ MAN1= mech-dump.1 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ + ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser .if ${PERL_LEVEL} < 500601 BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec |