# $Id: Portfile 88617 2012-01-05 21:34:37Z jmr@macports.org $

PortSystem              1.0
PortGroup               perl5 1.0

perl5.setup             CGI-Ajax 0.707
revision                3
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               md5     6efcb38dd86bbff3779adc9315cfa7d6 \
                        sha1    353373964fb1fc770780ff183cdedc594bb24e4e \
                        rmd160  66061a053e2eedba35d491cacd314b3733cfd7fa

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

platforms               darwin

supported_archs noarch
