SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

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

View file

@ -0,0 +1,2 @@
SHA256 (Getopt-ArgvFile-1.11.tar.gz) = NwmqUTzm/XHRpVoC400vCQAX1TUKm9RHAFZTybCDWyI=
SIZE (Getopt-ArgvFile-1.11.tar.gz) = 19469

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

View file

@ -0,0 +1,3 @@
${P5SITE}/Getopt/
${P5SITE}/Getopt/ArgvFile.pm
@man man/man3p/Getopt::ArgvFile.3p