Getopt::Mixed
This module provides GNU-style option processing for Perl 5 scripts, with both long and short options. Please see the documentation at the end of the module for instructions on its use and licensing restrictions.
This commit is contained in:
parent
ce2fc90109
commit
3a50857150
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73531
6 changed files with 37 additions and 0 deletions
|
@ -512,6 +512,7 @@
|
|||
SUBDIR += p5-Getopt-ArgvFile
|
||||
SUBDIR += p5-Getopt-Declare
|
||||
SUBDIR += p5-Getopt-Long
|
||||
SUBDIR += p5-Getopt-Mixed
|
||||
SUBDIR += p5-Glade-Perl
|
||||
SUBDIR += p5-Heap
|
||||
SUBDIR += p5-IO
|
||||
|
|
25
devel/p5-Getopt-Mixed/Makefile
Normal file
25
devel/p5-Getopt-Mixed/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: devel/p5-Getopt-Mixed
|
||||
# Date created: 17 Jan 2003
|
||||
# Whom: sumikawa
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Getopt-Mixed
|
||||
PORTVERSION= 1.008
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Getopt
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Getopt::Mixed.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
pre-configure:
|
||||
${PERL} -pi -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Getopt-Mixed/distinfo
Normal file
1
devel/p5-Getopt-Mixed/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Getopt-Mixed-1.008.tar.gz) = 7d492669944f93809b7963f2c88865e7
|
1
devel/p5-Getopt-Mixed/pkg-comment
Normal file
1
devel/p5-Getopt-Mixed/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Perl module for processing of both short and long command line options
|
4
devel/p5-Getopt-Mixed/pkg-descr
Normal file
4
devel/p5-Getopt-Mixed/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module provides GNU-style option processing for Perl 5 scripts,
|
||||
with both long and short options. Please see the documentation at the
|
||||
end of the module for instructions on its use and licensing
|
||||
restrictions.
|
5
devel/p5-Getopt-Mixed/pkg-plist
Normal file
5
devel/p5-Getopt-Mixed/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Getopt/Mixed/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Getopt/Mixed.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Getopt/Mixed
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mixed 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Getopt 2>/dev/null || true
|
Loading…
Reference in a new issue