# -*- 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
perl5.setup         CGI-Ajax 0.707
revision            5
license             {Artistic-1 GPL}
maintainers         nomaintainer
categories-append   www

description         A module for writing AJAX/DHTML-based web apps

long_description    CGI::Ajax is an object-oriented module that provides \
                    a unique mechanism for using Perl code \
                    asynchronously from JavaScript-enhanced HTML pages. \
                    CGI::Ajax unburdens the user from having to write \
                    extensive JavaScript, except for associating an \
                    exported method with a document-defined event (such \
                    as onClick, onKeyUp, etc). CGI::Ajax also mixes well \
                    with HTML containing more complex JavaScript.

checksums           rmd160  66061a053e2eedba35d491cacd314b3733cfd7fa \
                    sha256  fb18801bf6473231199bb9e81f56ce945c4b93c68b05ed17049a8885b9e211f7

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

platforms           darwin

supported_archs     noarch
