# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 113075 2013-11-07 22:19:43Z devans@macports.org $

PortSystem      1.0
PortGroup       perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup     Getopt-Long 2.42
license         {Artistic GPL-2+}
maintainers     nomaintainer
platforms       darwin
description     module implementing an extended getopt function

categories-append \
    devel

long_description \
    Module Getopt::Long implements an extended getopt function \
    called GetOptions(). This function implements the POSIX \
    standard for command line options, with GNU extensions, while \
    still capable of handling the traditional one-letter options. \
    In general, this means that command line options can have long \
    names instead of single letters, and are introduced with a \
    double dash `--'.

checksums           rmd160  a3d1dcbbcfe31d427c0f9af6a7e90fa30c6c68b6 \
                    sha256  27d756041f7c37b023ab9be7708f666ad1b07a4c9462a46905bd4bd0ebbe8589

supported_archs noarch
