diff --git a/perl/p5-pdl-graphics-gnuplot/Portfile b/perl/p5-pdl-graphics-gnuplot/Portfile
new file mode 100644
index 0000000..fc5154b
-
|
+
|
|
| 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 | |
| 4 | PortSystem 1.0 |
| 5 | PortGroup perl5 1.0 |
| 6 | |
| 7 | perl5.setup PDL-Graphics-Gnuplot 1.5 |
| 8 | #perl5.setup PDL-Graphics-Gnuplot 1.5 ../by-authors/id/Z/ZO/ZOWIE |
| 9 | platforms darwin |
| 10 | maintainers nomaintainer |
| 11 | # Uncomment this line if you know there will be no arch-specific code: |
| 12 | #supported_archs noarch |
| 13 | |
| 14 | description Gnuplot-based plotting for PDL |
| 15 | |
| 16 | long_description ${description} |
| 17 | |
| 18 | checksums sha256 32a5f09437bf95f2b7a8791205d88bc708a15cc79f6fdf707ea5ccbf703eceb4 \ |
| 19 | rmd160 1a41c75b1b2e6e035d4d84a4e449316aa768c44e |
| 20 | |
| 21 | depends_lib-append port:p${perl5.major}-ipc-run \ |
| 22 | port:p${perl5.major}-pdl \ |
| 23 | port:gnuplot |
| 24 | |
| 25 | |