You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
new port perl/p5-getopt-long
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@11646 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# $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
|
||||
Reference in New Issue
Block a user