# $Id: Portfile 49007 2009-04-01 20:59:06Z ricci@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         ExtUtils-Install 1.52
maintainers         narf_tm openmaintainer
description         install files from here to there
long_description    Handles the installing and uninstalling of perl \
                    modules, scripts, man pages, etc...

platforms           darwin

checksums           md5 dae7528d24d2aa14204df3a873b77e5a \
                    sha1 7660067021b72fca7898d0963a92189690d78491 \
                    rmd160 2391d02cfd9631eeae4dcc634b650e6cd2bade79

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