# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Captcha-reCAPTCHA 0.92 ../by-authors/id/A/AN/ANDYA/
maintainers           narf_tm openmaintainer
description           A Perl implementation of the reCAPTCHA API
long_description      ${description}

platforms             darwin

checksums             md5 36b00fa37fd8a17367e1aa2f3b218f34 \
                      sha1 36d11744f43490d34c01186a50a07de5a5e830ce \
                      rmd160 2cd1ccb1f2c34bbb024968857899f26802c04284

depends_lib-append    port:p5-html-tiny \
                      port:p5-libwww-perl

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
