# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8: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 Template-Toolkit 3.101 ../../authors/id/A/AB/ABW license {Artistic-1 GPL} maintainers nomaintainer platforms darwin description Template processing system modules long_description The Template Toolkit is a collection of modules \ which implement a fast, flexible, powerful and \ extensible template processing system. It was \ originally designed and remains primarily useful \ for generating dynamic web content, but it can \ be used equally well for processing any other \ kind of text based documents: HTML, XML, POD, \ PostScript, LaTeX, and so on. checksums rmd160 c4eee61eae6c54575e47b595c189d6562fe03b96 \ sha256 d2a32dd6c21e4b37c6a93df8087ca9e880cfae613a3e5efaea307b0bdcaedb58 \ size 515947 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-leaktrace depends_lib-append \ port:p${perl5.major}-appconfig configure.post_args \ TT_PREFIX=${prefix}/share/tt2 \ TT_ACCEPT=y \ TT_QUIET=y post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 644 -W ${worksrcpath} README.md TODO \ ${destroot}${prefix}/share/doc/${subport} } }