# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup WWW-Mechanize 2.18 revision 0 license {Artistic-1 GPL} maintainers nomaintainer 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 have visited, which can be queried and revisited. platforms {darwin any} supported_archs noarch checksums rmd160 697820014f22d7efa7d36af03575a18d58fe7e17 \ sha256 14135fe6fd9df5fcdc40f767ab9cf49e623ce8c5223ba91e1d44e04d1e0aa1c9 \ size 197502 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-http-daemon \ port:p${perl5.major}-path-tiny \ port:p${perl5.major}-test-deep \ port:p${perl5.major}-test-exception \ port:p${perl5.major}-test-fatal \ port:p${perl5.major}-test-memory-cycle \ port:p${perl5.major}-test-output \ port:p${perl5.major}-test-simple \ port:p${perl5.major}-test-taint \ port:p${perl5.major}-test-warnings depends_lib-append \ port:p${perl5.major}-getopt-long \ port:p${perl5.major}-html-form \ port:p${perl5.major}-html-parser \ port:p${perl5.major}-html-tree \ port:p${perl5.major}-http-message \ port:p${perl5.major}-libwww-perl \ port:p${perl5.major}-uri }