# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup			PGPLOT 2.20
revision            3
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
}
