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:
Munechika SUMIKAWA 2003-01-19 19:49:00 +00:00
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

View file

@ -512,6 +512,7 @@
SUBDIR += p5-Getopt-ArgvFile SUBDIR += p5-Getopt-ArgvFile
SUBDIR += p5-Getopt-Declare SUBDIR += p5-Getopt-Declare
SUBDIR += p5-Getopt-Long SUBDIR += p5-Getopt-Long
SUBDIR += p5-Getopt-Mixed
SUBDIR += p5-Glade-Perl SUBDIR += p5-Glade-Perl
SUBDIR += p5-Heap SUBDIR += p5-Heap
SUBDIR += p5-IO SUBDIR += p5-IO

View 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>

View file

@ -0,0 +1 @@
MD5 (Getopt-Mixed-1.008.tar.gz) = 7d492669944f93809b7963f2c88865e7

View file

@ -0,0 +1 @@
Perl module for processing of both short and long command line options

View 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.

View 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