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

PortSystem            1.0
PortGroup             perl5 1.0

categories            perl
perl5.setup           PDF-API2 0.73
maintainers           narf_tm openmaintainer
description           create and manipulate PDF files
long_description      This module is 'The Next Generation' of Text::PDF::API \
                      which initially provided a nice API around the \
                      Text::PDF::* modules created by Martin Hosken.

platforms             darwin

checksums             md5 848fb727323390128cac85cc11f52de1 \
                      sha1 828092603c31731c604738cb6d2ac37347f0a972 \
                      rmd160 86a179b8b58bae79698ded8641a004ce5fde10e2

depends_lib-append    port:p5-io-compress

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