SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/p5-String-Interpolate-Named/Makefile
Normal file
12
devel/p5-String-Interpolate-Named/Makefile
Normal 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>
|
2
devel/p5-String-Interpolate-Named/distinfo
Normal file
2
devel/p5-String-Interpolate-Named/distinfo
Normal 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
|
4
devel/p5-String-Interpolate-Named/pkg/DESCR
Normal file
4
devel/p5-String-Interpolate-Named/pkg/DESCR
Normal 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.
|
4
devel/p5-String-Interpolate-Named/pkg/PLIST
Normal file
4
devel/p5-String-Interpolate-Named/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/String/
|
||||
${P5SITE}/String/Interpolate/
|
||||
${P5SITE}/String/Interpolate/Named.pm
|
||||
@man man/man3p/String::Interpolate::Named.3p
|
Loading…
Add table
Add a link
Reference in a new issue