import p5-Getopt-Simple 1.48

The Getopt::Simple module provides a simple way of specifying:
    * Command line switches
    * Type information for switch values
    * Default values for the switches
    * Help text per switch

from claudio@ (MAINTAINER), with tweaks by me.
This commit is contained in:
jasper 2007-02-09 13:06:54 +00:00
parent 4181fc9fef
commit e3849b234c
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/02/09 13:06:54 jasper Exp $
COMMENT= "simple wrapper around Getopt::Long"
DISTNAME= Getopt-Simple-1.48
CATEGORIES= devel
EXTRACT_SUFX= .tgz
MAINTAINER= Claudio Jeker <claudio@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Getopt-Simple-1.48.tgz) = b2e80f96b8b1fba8237b09094e50d545
RMD160 (Getopt-Simple-1.48.tgz) = 390bc4ee6a5a5b2297692f1b5ebfddbc4e1805fd
SHA1 (Getopt-Simple-1.48.tgz) = 9b3a74f6090c56f5e94bf3506e2710ae6920a3ca
SIZE (Getopt-Simple-1.48.tgz) = 7695

View File

@ -0,0 +1,5 @@
The Getopt::Simple module provides a simple way of specifying:
* Command line switches
* Type information for switch values
* Default values for the switches
* Help text per switch

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/02/09 13:06:54 jasper Exp $
${P5SITE}/Getopt/
${P5SITE}/Getopt/Simple.pm
@man man/man3p/Getopt::Simple.3p