diff --git a/perl/p5-pgplot/Portfile b/perl/p5-pgplot/Portfile index 976edfd3b1dbb..2f4b2c73c403e 100644 --- a/perl/p5-pgplot/Portfile +++ b/perl/p5-pgplot/Portfile @@ -4,21 +4,16 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup PGPLOT 2.28 +perl5.setup PGPLOT 2.33 revision 0 license {Artistic-1 GPL} maintainers nomaintainer -description PGPlot interface for perl -long_description This module allows the use of the the PGPLOT graphics library from the \ - popular Perl scripting language. PGPLOT makes it very easy to process \ - and plot data using the powerful file and text manipulation facilites \ - built in to Perl. +description PGPLOT - allow subroutines in the PGPLOT graphics library to be called from Perl. +long_description {*}${description} -platforms darwin - -checksums rmd160 427dd28dde016dcd429c23565c34caf484850da1 \ - sha256 f529cf6c0b222083e418daa1039bf0475c3259e74928054d790feb2f80be9926 \ - size 56094 +checksums rmd160 9a4f4aab3dbf0e82b8edc4e97318522d9f3d47d9 \ + sha256 8daefefcb9ea6e597fdb381d25b50861f61f4154ca44b5b25b0402cacc6d87e9 \ + size 182159 if {${perl5.major} != ""} { depends_build-append \ @@ -28,9 +23,9 @@ if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-extutils-f77 \ port:libpng \ - port:zlib \ + port:pgplot \ port:xorg-libX11 \ - port:pgplot + port:zlib patchfiles patch-Makefile.PL.diff