# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem           1.0
PortGroup            perl5 1.0
perl5.setup          PostScript-Simple 0.07
maintainers          email.arc.nasa.gov:sal
description          Produce PostScript files from Perl
long_description     PostScript::Simple allows you to have a simple method \
                     of writing PostScript files from Perl. It has graphics \
                     primitives that allow lines, curves, circles, polygons \
                     and boxes to be drawn. Text can be added to the page \
                     using standard PostScript fonts.
platforms            darwin
checksums            md5 4f67d5aabff883aa111197528172e804

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
