# -*- 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 107599 2013-07-03 02:38:51Z dports@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.40
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  ef9b3c8567837e9aa15ad1e3e8c4bc59756c45da \
                sha256  f3b90bbc9a8211d00edda11e6894d530a98e65c55d347abc36a0e103f8a76629

supported_archs noarch
