# -*- 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-Sleepy 0.7
revision            2
platforms           {darwin any}
maintainers         nomaintainer
license             {Artistic-1 GPL}
supported_archs     noarch

description         A Sleepy Mechanize Agent

long_description    Sometimes when testing the behavior of a webserver it is important  \
                    to be able to space out your requests in order to simulate a person \
                    reading, thinking (or sleeping) at the keyboard.                    \
                    WWW::Mechanize::Sleepy subclasses WWW::Mechanize to provide pauses  \
                    between your server requests. Use it just like you would use        \
                    WWW::Mechanize.

checksums           rmd160  4f3a6936ad9dbf267135cb752a54f0f2b4248869 \
                    sha256  490c4ffca395fb523633d9981472d91f5fd2aa671dbbbab0de509c910b7e13bf

if {$subport != $name} {
    depends_lib-append  port:p${perl5.major}-www-mechanize
}

