# $Id: Portfile 48724 2009-03-27 17:33:51Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Module-Install 0.81
maintainers           narf_tm openmaintainer
description           Standalone, extensible Perl module installer
long_description      Module::Install is a package for writing installers \
                      for CPAN (or CPAN-like) distributions that are clean, \
                      simple, minimalist, act in a strictly correct manner \
                      with both the ExtUtils::MakeMaker and Module::Build \
                      build systems, and will run on any Perl installation \
                      version 5.004 or newer.

platforms             darwin

checksums             md5 15235c19afad33510f68db1c604066b7 \
                      sha1 5e19c07fea33bb0b558ef7579365124be084d5aa \
                      rmd160 8cd153e3df8841b0a073c68287addf42adf11c8b

depends_lib-append    port:p5-archive-tar \
                      port:p5-extutils-install \
                      port:p5-extutils-parsexs \
                      port:p5-file-remove \
                      port:p5-module-build \
                      port:p5-module-corelist \
                      port:p5-module-scandeps \
                      port:p5-par-dist \
                      port:p5-yaml-tiny
