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

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           podlators 2.3.1 ../by-authors/id/R/RR/RRA/
maintainers           narf_tm openmaintainer
description           podlators contains Pod::Man and Pod::Text modules.
long_description      ${description}

platforms             darwin

checksums             md5 ec01b306c60a5bea04b533f12ce63742 \
                      sha1 1ad5cc2561c18cfd69fd33c24d9d3d502510ce67 \
                      rmd160 dd9a6e0634ac24ed7d8d323b92dc7ddd1ae8530e

depends_lib-append    port:p5-pod-simple

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

## # Perl searches vendor location last, so this won't
## # override the older version included with perl
## # if we install it in the vendor location
## set perl5.lib   ${prefix}/lib/perl5/${perl5.version}
## 
## configure.args  
## 
post-destroot {
    ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
}
