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

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		Pod-Simple 3.07
revision		1
maintainers		nomaintainer
description		framework for parsing Pod
long_description	This is a late-beta release of Pod::Simple, the \
					module-suite for parsing Pod.  There are still some \
					gaps in the documentation, and Pod::Simple::HTML \
					isn't yet all that it should be.

checksums               md5     8f5174c210b1caf52d2dbbcfe5e92630 \
                        sha1    536638975323830cd25f28508e9ee4ad157444b5 \
                        rmd160  7aa02fadbed44e4b474a08b3a1e050ca64e68761

platforms		darwin

depends_lib-append		port:p5-pod-escapes

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