# -*- 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 perl5.branches 5.24 perl5.setup SVG 2.64 license {Artistic-1 GPL} maintainers devans openmaintainer platforms darwin supported_archs noarch description Perl extension for generating Scalable Vector Graphics \ (SVG) documents long_description ${description} checksums rmd160 3bc3c70cff0f9cd5cd13fe9b71f4989426de33ff \ sha256 73d1e1e79f6cc04f976066e70106099df35be5534eceb5dfd2c1903ecf994acd if {${perl5.major} != ""} { post-destroot { set examplesdir ${destroot}${prefix}/share/perl${perl5.major}/examples/SVG xinstall -d ${examplesdir} xinstall -m 644 {*}[glob ${worksrcpath}/examples/*] ${examplesdir} } }