# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         pmtools 1.10 Devel
platforms           darwin
maintainers         di.uminho.pt:jpo

description         A suite of small programs to help manage Perl modules
long_description    \
    This is pmtools -- a suite of small programs to help manage modules. \
    The names are totally preliminary, and in fact, so is the code.  We \
    follow the \"keep it small\" notion of many tiny tools each doing one \
    thing well, eschewing giant megatools with millions of options.

checksums           md5     3cb192b5b241037d6b701e6e26ef2425 \
                    sha1    9be28391ea83c47b6a6ffd9d2e6466cf86f33f57 \
                    rmd160  b9a9bae1cf47b7f8af5565431ffceed7edbe636f

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