# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.setup			PGPLOT 2.20
revision            2
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.

platforms			darwin

checksums			md5 2843f43f2062f32a79aac9767203e0bb

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-extutils-f77 lib:libpgplot:pgplot
}
