# -*- 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 5.34
perl5.setup         HTML-Mason 1.60
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         High-performance, dynamic web site authoring system
long_description    Mason is a tool for building, serving and managing \
                    large web sites. Its features make it an ideal \
                    backend for high load sites serving dynamic \
                    content, such as online newspapers or database \
                    driven e-commerce sites. \
                    This version, Mason 1.x, is no longer actively maintained. \
                    Mason 2.x, provided by port p5-mason, is recommended \
                    for new development.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  cb1766f031c704ab9704664cf356d7bc4be30718 \
                    sha256  aa0bbd5a6b63c62c8955f8c55ec085e370d792d65266b6c3b5c5f0788bbc77e6 \
                    size    324010

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-cache-cache \
                    port:p${perl5.major}-cgi \
                    port:p${perl5.major}-class-container \
                    port:p${perl5.major}-exception-class \
                    port:p${perl5.major}-html-parser \
                    port:p${perl5.major}-log-any \
                    port:p${perl5.major}-params-validate
}

notes "

Documentation on installing, configuring and tuning Mason 1.0 can be found at
    https://metacpan.org/pod/distribution/HTML-Mason/lib/HTML/Mason/Admin.pod

"
