mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Bump PORTREVISION due to new RUN_DEPENDS
This commit is contained in:
parent
1237fbb78c
commit
dfeb3fe7de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288996
@ -5,6 +5,7 @@
|
||||
|
||||
PORTNAME= WWW-Mechanize-FormFiller
|
||||
PORTVERSION= 0.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -12,9 +13,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl framework to automate HTML forms
|
||||
|
||||
RUN_DEPENDS= p5-Data-Random>=0.05:${PORTSDIR}/devel/p5-Data-Random \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS= p5-Data-Random>=0.05:${PORTSDIR}/devel/p5-Data-Random \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-HTML-Form>=1.038:${PORTSDIR}/www/p5-HTML-Form
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user