# $Id: Portfile 128785 2014-11-27 12:52:58Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.10 5.12 5.14 5.16
perl5.setup           Catalyst-Plugin-Captcha 0.04
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           create and validate Captcha for Catalyst
long_description      This plugin create, validate Captcha.

platforms             darwin
supported_archs       noarch

checksums             md5 303ca2aee208c92376f082283607a10a \
                      sha1 61cf7c454d5a37cf7715457bcf285a71e3eba898 \
                      rmd160 b463bccebbb7a78157a2ed34071fee6347206d25

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-catalyst-runtime \
                          port:p${perl5.major}-catalyst-plugin-session \
                          port:p${perl5.major}-gd-securityimage \
                          port:p${perl5.major}-libwww-perl
}
