# -*- 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         GD-SecurityImage 1.75
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Security image (captcha) generator.
long_description    The (so called) "Security Images" are so popular. \
                    Most internet software use these in their \
                    registration screens to block robot programs \
                    (which may register tons of fake member accounts). \
                    Security images are basicaly, graphical CAPTCHAs \
                    (Completely Automated Public Turing Test to Tell \
                    Computers and Humans Apart).

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  249f5ac266652630e2c3e08150afb4ce7cda806a \
                    sha256  3dde24d9acba951cdde5b569d1e42cad946cfdb51280e4469f336fd5fe0c8ea6 \
                    size    66589

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-gd \
                    port:p${perl5.major}-perlmagick
}
