# -*- 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.24 perl5.setup CGI 4.35 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 6a1a1cbb8d4eed0a396a3005c46501e0c2415750 \ sha256 0b34cdc59f596632b0620939286f6e18e7e81d043b6b57b974a8e07d18b5fc1d 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+)*)"