# $Id: Portfile 67035 2010-04-27 17:34:37Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           WWW-Mechanize 1.62
maintainers           narf_tm openmaintainer
description           Handy web browsing in a Perl object
long_description      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.

platforms             darwin

checksums             md5 119c74ce2508ae578e95fb2fcafa10b4 \
                      sha1 8c4d5f6ed37e2bcc40d63f208836d8d309625640 \
                      rmd160 3ac045ea692037dd6a0444e5f84ca2c3672b4ca9

depends_lib-append    port:p5-libwww-perl \
                      port:p5-html-parser \
                      port:p5-http-server-simple \
                      port:p5-test-warn \
                      port:p5-uri
