# -*- 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: Portfile 90919 2012-03-18 09:44:16Z dports@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         WWW-Mechanize-Sleepy 0.7
revision            1
platforms           darwin
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           sha256 490c4ffca395fb523633d9981472d91f5fd2aa671dbbbab0de509c910b7e13bf \
                    rmd160 4f3a6936ad9dbf267135cb752a54f0f2b4248869

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

