# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 name p5-cgi perl5.branches 5.16 5.18 5.20 5.22 perl5.setup CGI 4.21 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 66ae6ff608a26c34e7eb02dae2f93363928e274f \ sha256 340d20a2b67211752d7c270c589e463d71aea8b8d75d9417250618219d3cf884 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+)*)"