# $Id: Portfile 76604 2011-03-02 01:49:46Z dports@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

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

platforms             darwin

checksums             md5 12f9440cb0dda67cf089d7a4b28f7329 \
                      sha1 d15cf939cca1e1862ef65af708ad82bec01e12e5 \
                      rmd160 6ef8fcf2a43e08b677d48ab0df0e6f8195db50a5

depends_lib-append    port:p5-pod-simple

supported_archs noarch

## # 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"
}
