# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup WWW-Mechanize 1.83 platforms darwin license {Artistic-1 GPL} maintainers nomaintainer supported_archs noarch 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. checksums rmd160 e4ced97b2814946664b6ac5d90f0d85f6f381568 \ sha256 4b5fe979e0d00418ba92efe40725f2ad22333ef311ca0ec98363409c870e8ce5 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-cgi \ port:p${perl5.major}-encode \ port:p${perl5.major}-http-daemon \ port:p${perl5.major}-http-server-simple \ port:p${perl5.major}-test-deep \ port:p${perl5.major}-test-fatal \ port:p${perl5.major}-test-needs \ port:p${perl5.major}-test-output \ port:p${perl5.major}-test-requiresinternet \ 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 }