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,12 @@
COMMENT= interpolated named arguments in a template string
MODULES= cpan
PKG_ARCH= *
DISTNAME= String-Interpolate-Named-1.00
CATEGORIES= devel
MAINTAINER= Todd C. Miller <millert@openbsd.org>
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (String-Interpolate-Named-1.00.tar.gz) = cnKZ+mkli2BHcOBZ7E2pBr/ecYYf3R4+ieMGdzccWoA=
SIZE (String-Interpolate-Named-1.00.tar.gz) = 6698

View file

@ -0,0 +1,4 @@
String::Interpolate::Named provides a function to interpolate named
arguments by target texts in a template string. The target texts
are provided to the function via a hash, where the keys correspond
to the named argument to be replaced.

View file

@ -0,0 +1,4 @@
${P5SITE}/String/
${P5SITE}/String/Interpolate/
${P5SITE}/String/Interpolate/Named.pm
@man man/man3p/String::Interpolate::Named.3p