4c3aa02ff6
"WWW::Mechanize", or Mech for short, helps you automate interaction with a website. It supports performing a sequence of page fetches including following links and submitting forms. Each fetched page is parsed and its links and forms are extracted. A link or a form can be selected, form fields can be filled and the next page can be fetched. Mech also stores a history of the URLs you've visited, which can be queried and revisited.
24 lines
694 B
Makefile
24 lines
694 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/04/16 21:37:30 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= WWW-Mechanize-1.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
|
|
|
MAINTAINER= dieter.NetBSD@pandora.be
|
|
HOMEPAGE= http://search.cpan.org/dist/WWW-Mechanize/
|
|
COMMENT= Automates web page form & link interaction
|
|
|
|
DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww
|
|
DEPENDS+= p5-HTML-Parser>=3.35:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-URI>=1.30:../../www/p5-URI
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/WWW/Mechanize/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|