- Remove test only and stale dependencies.
- Update dependency versions.
This commit is contained in:
parent
e99398f31a
commit
b3f2c362f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245995
1 changed files with 2 additions and 6 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= WWW-Mechanize
|
||||
PORTVERSION= 1.60
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,16 +15,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= This module is to help you automate interaction with a website
|
||||
|
||||
RUN_DEPENDS= p5-HTML-Parser>=2.28:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
RUN_DEPENDS= p5-HTML-Parser>=3.33:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
|
||||
p5-LWP-Authen-Wsse>=0:${PORTSDIR}/www/p5-LWP-Authen-Wsse \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS+= p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \
|
||||
p5-Test-Warn>=0.11:${PORTSDIR}/devel/p5-Test-Warn
|
||||
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
CONFIGURE_ARGS+= --nolive
|
||||
|
|
Loading…
Reference in a new issue