mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add p5-App-Options 1.01, combine command line options, environment vars,
and option file values. PR: ports/102316 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
5359eb1f58
commit
1d94982095
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171157
5 changed files with 42 additions and 0 deletions
|
@ -774,6 +774,7 @@
|
||||||
SUBDIR += p5-App-CLI
|
SUBDIR += p5-App-CLI
|
||||||
SUBDIR += p5-App-Cache
|
SUBDIR += p5-App-Cache
|
||||||
SUBDIR += p5-App-Info
|
SUBDIR += p5-App-Info
|
||||||
|
SUBDIR += p5-App-Options
|
||||||
SUBDIR += p5-AppConfig
|
SUBDIR += p5-AppConfig
|
||||||
SUBDIR += p5-AppConfig-Std
|
SUBDIR += p5-AppConfig-Std
|
||||||
SUBDIR += p5-Array-Iterator
|
SUBDIR += p5-Array-Iterator
|
||||||
|
|
28
devel/p5-App-Options/Makefile
Normal file
28
devel/p5-App-Options/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# New ports collection makefile for: p5-App-Options
|
||||||
|
# Date created: 2006-08-20
|
||||||
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= App-Options
|
||||||
|
PORTVERSION= 1.01
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= App
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= gslin@gslin.org
|
||||||
|
COMMENT= Combine command line options, environment vars, and option file values
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= App::Options.3
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 500600
|
||||||
|
IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
3
devel/p5-App-Options/distinfo
Normal file
3
devel/p5-App-Options/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (App-Options-1.01.tar.gz) = 12b087c1beff7d6ca0e796aac9cbff3b
|
||||||
|
SHA256 (App-Options-1.01.tar.gz) = 69519ad623d73ed404f89966ce1157c7142ae9a85a43a1428192a5820873afd2
|
||||||
|
SIZE (App-Options-1.01.tar.gz) = 32672
|
4
devel/p5-App-Options/pkg-descr
Normal file
4
devel/p5-App-Options/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
App::Options combines command-line arguments, environment variables,
|
||||||
|
option files, and program defaults to produce a hash of option values.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/App-Options/
|
6
devel/p5-App-Options/pkg-plist
Normal file
6
devel/p5-App-Options/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/App-Options/.packlist
|
||||||
|
%%SITE_PERL%%/App/Options.pm
|
||||||
|
bin/prefix
|
||||||
|
@dirrmtry %%SITE_PERL%%/App
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App-Options
|
Loading…
Add table
Reference in a new issue