Import p5-Getopt-ArgvFile-1.11.
This module simply interpolates option file hints in @ARGV by the contents of the pointed files. This enables option reading from files instead of or additional to the usual reading from the command line. ok sthen@
This commit is contained in:
parent
88594cc61b
commit
67c6e8b633
20
devel/p5-Getopt-ArgvFile/Makefile
Normal file
20
devel/p5-Getopt-ArgvFile/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/01/17 07:57:37 bentley Exp $
|
||||
|
||||
COMMENT = program arguments processing module
|
||||
|
||||
DISTNAME = Getopt-ArgvFile-1.11
|
||||
PKGNAME = ${DISTNAME:S//p5-/}
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Artistic License
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
CONFIGURE_STYLE = perl
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Getopt-ArgvFile/distinfo
Normal file
5
devel/p5-Getopt-ArgvFile/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Getopt-ArgvFile-1.11.tar.gz) = QhF9sq9KJMBistol1P33Vg==
|
||||
RMD160 (Getopt-ArgvFile-1.11.tar.gz) = 4GDG/3wXet1SCYbZRCgu4H8lcPE=
|
||||
SHA1 (Getopt-ArgvFile-1.11.tar.gz) = HJsrEfYGF+GYhHh26kL7a9AR144=
|
||||
SHA256 (Getopt-ArgvFile-1.11.tar.gz) = NwmqUTzm/XHRpVoC400vCQAX1TUKm9RHAFZTybCDWyI=
|
||||
SIZE (Getopt-ArgvFile-1.11.tar.gz) = 19469
|
5
devel/p5-Getopt-ArgvFile/pkg/DESCR
Normal file
5
devel/p5-Getopt-ArgvFile/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This module simply interpolates option file hints in @ARGV by the
|
||||
contents of the pointed files. This enables option reading from files
|
||||
instead of or additional to the usual reading from the command line.
|
||||
|
||||
Alternatively, you can process any array instead of @ARGV.
|
4
devel/p5-Getopt-ArgvFile/pkg/PLIST
Normal file
4
devel/p5-Getopt-ArgvFile/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/01/17 07:57:37 bentley Exp $
|
||||
${P5SITE}/Getopt/
|
||||
${P5SITE}/Getopt/ArgvFile.pm
|
||||
@man man/man3p/Getopt::ArgvFile.3p
|
Loading…
Reference in New Issue
Block a user