# -*- 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.16 5.18 5.20 5.22 perl5.setup PDL-Graphics-PLplot 0.71 license {Artistic-1 GPL} maintainers devans openmaintainer description PDL::Graphics::PLplot - An object-oriented interface from Perl/PDL to the PLPLOT plotting library long_description ${description} platforms darwin checksums rmd160 f4839dba0747bcc6a220438b08e75ebe87f73ada \ sha256 3a373f4ee4fac8215ba3b89bfa9cd6aaf65c2a606a05dc26b5cc57853f820a89 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-pdl \ port:plplot patchfiles patch-Makefile.PL.diff configure.env-append \ "PLPLOT_LIBDIR=${prefix}/lib" \ "PLPLOT_INCDIR=${prefix}/include/plplot" }