# -*- 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 # $Id: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Template-Toolkit 2.26 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. homepage http://www.template-toolkit.org/ checksums rmd160 53c45d92a6d54b5995464ecf92adc845e056c00b \ sha256 e7e1cf36026f1ef96d8233e18a3fb39e1eafe9109edc639ecf25b20651cd76be if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-cgi \ port:p${perl5.major}-image-info depends_lib-append \ port:p${perl5.major}-appconfig \ port:p${perl5.major}-test-leaktrace 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} INSTALL README \ ${destroot}${prefix}/share/doc/${subport} } }