# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         ExtUtils-MakeMaker 6.56
maintainers         narf_tm openmaintainer
description         Create a module Makefile
long_description    This utility is designed to write a Makefile for an \
                    extension module from a Makefile.PL.

platforms           darwin

checksums           md5 af7e032a1e845e4decf7672929510b98 \
                    sha1 3f557c5cb8a4a0165d1b2e597f973003d8a49570 \
                    rmd160 6a169a0b3fbf53341196bd97f32e3d33e596b227

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