# -*- 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 # $Id: Portfile 145468 2016-02-07 02:24:26Z devans@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 name p5-cgi perl5.branches 5.22 perl5.setup CGI 4.26 CGI/LEEJO # all references to Artistic-1 have now been removed license {Artistic-2 GPL} maintainers nomaintainer description An easy-to-use Perl5 library for writing World Wide \ Web CGI scripts. long_description ${description} CGI is considered to be a legacy \ module and is in maintenance mode for critical issues only. platforms darwin checksums rmd160 3bf1c78fffb042493c43a8f243ac7ab54f3ac398 \ sha256 565486fba104df4c063ef13787ecf545b55863d7a53195093453fb445f65194d if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-deep \ port:p${perl5.major}-test-nowarnings \ port:p${perl5.major}-test-warn depends_lib-append \ port:p${perl5.major}-html-parser supported_archs noarch } livecheck.type regex livecheck.url http://search.cpan.org/~leejo/ livecheck.regex "CGI-(\\d+(?:\\.\\d+)*)"