# $Id: Portfile,v 1.1 2005/04/06 08:55:38 mww Exp $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		Getopt-Long 2.34
maintainers		mww@opendarwin.org
categories-append	devel
description		module implementing an extended getopt function
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 `--'.

homepage		http://search.cpan.org/~msergeant/${distname}/
checksums		md5 c43a46856accb00842c02e20c061733a
platforms		darwin
