Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= WWW-Mechanize |
8 |
PORTNAME= WWW-Mechanize |
9 |
PORTVERSION= 1.18 |
9 |
PORTVERSION= 1.20 |
10 |
CATEGORIES= www perl5 |
10 |
CATEGORIES= www perl5 |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
12 |
MASTER_SITE_SUBDIR= WWW |
12 |
MASTER_SITE_SUBDIR= WWW |
Lines 15-23
Link Here
|
15 |
MAINTAINER= perl@FreeBSD.org |
15 |
MAINTAINER= perl@FreeBSD.org |
16 |
COMMENT= This module is to help you automate interaction with a website |
16 |
COMMENT= This module is to help you automate interaction with a website |
17 |
|
17 |
|
18 |
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ |
18 |
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ |
19 |
${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL |
19 |
${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL |
20 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
20 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
21 |
|
21 |
|
22 |
PERL_CONFIGURE= yes |
22 |
PERL_CONFIGURE= yes |
23 |
CONFIGURE_ARGS+= --mech-dump --nolive |
23 |
CONFIGURE_ARGS+= --mech-dump --nolive |