# -*- 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.16 5.18 5.20 5.22 perl5.setup WWW-Mechanize 1.75 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 553eb81a8f8f1043163c47a919fa1f2d779af233 \ sha256 5310051feb66c6ef9f7a4c070c66ec6092932129fc9cd18bba009ce999b7930b if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-cgi \ port:p${perl5.major}-getopt-long \ port:p${perl5.major}-html-parser \ port:p${perl5.major}-html-tree \ port:p${perl5.major}-http-server-simple \ port:p${perl5.major}-libwww-perl \ port:p${perl5.major}-test-memory-cycle \ port:p${perl5.major}-test-nowarnings \ port:p${perl5.major}-test-simple \ port:p${perl5.major}-test-taint \ port:p${perl5.major}-test-warn \ port:p${perl5.major}-uri }