# $Id: Portfile 67747 2010-05-17 15:34:08Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Module-Install 0.97
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 111e0b0a0c546d30111cabeceb7001dc \
                      sha1 0c346671a5bcc96ddda6172c03f69d3d352d98c5 \
                      rmd160 ea1b9f929b96f82ea23a06b5222ac57d3a7518e7

depends_lib-append    port:p5-archive-tar \
                      port:p5-file-remove \
                      port:p5-json \
                      port:p5-module-build \
                      port:p5-module-scandeps \
                      port:p5-par-dist \
                      port:p5-parse-cpan-meta \
                      port:p5-yaml-tiny \
                      port:p5-test-simple \
                      port:p5-extutils-install \
                      port:p5-devel-ppport

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