SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/p5-Getopt-ArgvFile/Makefile
Normal file
17
devel/p5-Getopt-ArgvFile/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT = program arguments processing module
|
||||
|
||||
DISTNAME = Getopt-ArgvFile-1.11
|
||||
PKGNAME = ${DISTNAME:S//p5-/}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Artistic License
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
||||
CONFIGURE_STYLE = perl
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Getopt-ArgvFile/distinfo
Normal file
2
devel/p5-Getopt-ArgvFile/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
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.
|
3
devel/p5-Getopt-ArgvFile/pkg/PLIST
Normal file
3
devel/p5-Getopt-ArgvFile/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Getopt/
|
||||
${P5SITE}/Getopt/ArgvFile.pm
|
||||
@man man/man3p/Getopt::ArgvFile.3p
|
Loading…
Add table
Add a link
Reference in a new issue