Ticket #39222: p5-pdl-graphics-gnuplot.2.patch

File p5-pdl-graphics-gnuplot.2.patch, 1.0 KB (added by mgrimes@…, 11 years ago)
  • new file perl/p5-pdl-graphics-gnuplot/Portfile

    diff --git a/perl/p5-pdl-graphics-gnuplot/Portfile b/perl/p5-pdl-graphics-gnuplot/Portfile
    new file mode 100644
    index 0000000..4a4c2a8
    - +  
     1# -*- 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
     2# $Id$
     3
     4PortSystem          1.0
     5PortGroup           perl5 1.0
     6
     7perl5.setup         PDL-Graphics-Gnuplot 1.5
     8platforms           darwin
     9maintainers         nomaintainer
     10license             Artistic GPL-2
     11supported_archs     noarch
     12
     13description         Gnuplot-based plotting for PDL
     14
     15long_description    ${description}
     16
     17checksums           sha256 32a5f09437bf95f2b7a8791205d88bc708a15cc79f6fdf707ea5ccbf703eceb4 \
     18                    rmd160 1a41c75b1b2e6e035d4d84a4e449316aa768c44e
     19
     20if {${perl5.major} != ""} {
     21
     22    depends_lib-append  port:p${perl5.major}-ipc-run \
     23                        port:p${perl5.major}-pdl \
     24                        port:gnuplot
     25
     26}
     27