Import p5-Getopt-Simple from pkgsrc-wip. Packaged by Greg Troxel, and
slightly modified by me. The Getopt::Simple perl module provides a simple way of specifying: * Command line switches * Type information for switch values * Default values for the switches * Help text per switch
This commit is contained in:
parent
8ebd2e0dda
commit
bf2956982c
4 changed files with 29 additions and 0 deletions
5
devel/p5-Getopt-Simple/DESCR
Normal file
5
devel/p5-Getopt-Simple/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
The Getopt::Simple perl module provides a simple way of specifying:
|
||||
* Command line switches
|
||||
* Type information for switch values
|
||||
* Default values for the switches
|
||||
* Help text per switch
|
19
devel/p5-Getopt-Simple/Makefile
Normal file
19
devel/p5-Getopt-Simple/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/02/24 03:01:45 minskim Exp $
|
||||
|
||||
DISTNAME= Getopt-Simple-1.46
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= gdt@ir.bbn.com
|
||||
HOMEPAGE= http://search.cpan.org/~rsavage/Getopt-Simple-1.46/Simple.pm
|
||||
COMMENT= Simple Getopt wrapper
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
USE_BUILDLINK3= YES
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Getopt/Simple/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
devel/p5-Getopt-Simple/PLIST
Normal file
1
devel/p5-Getopt-Simple/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/24 03:01:45 minskim Exp $
|
4
devel/p5-Getopt-Simple/distinfo
Normal file
4
devel/p5-Getopt-Simple/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/02/24 03:01:45 minskim Exp $
|
||||
|
||||
SHA1 (Getopt-Simple-1.46.tgz) = 3e5277ced390a3083a45763fa562bc2b761934af
|
||||
Size (Getopt-Simple-1.46.tgz) = 6896 bytes
|
Loading…
Reference in a new issue