String::Interpolate provides a neat interface to the solution to
that perenial Perl problem - how to invoke the Perl string interpolation engine on a string contained in a scalar variable. OK afresh1@
This commit is contained in:
parent
bc03af2820
commit
e3bb69e01a
14
devel/p5-String-Interpolate/Makefile
Normal file
14
devel/p5-String-Interpolate/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2020/07/24 16:40:37 millert Exp $
|
||||
|
||||
COMMENT= wrapper for the Perl string interpolation engine
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= String-Interpolate-0.32
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Todd C. Miller <millert@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-String-Interpolate/distinfo
Normal file
2
devel/p5-String-Interpolate/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (String-Interpolate-0.32.tar.gz) = xynYmEj1WjV7z5e3m3i2uSsmPkw8knR+fe02Of5d3JU=
|
||||
SIZE (String-Interpolate-0.32.tar.gz) = 19723
|
3
devel/p5-String-Interpolate/pkg/DESCR
Normal file
3
devel/p5-String-Interpolate/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
String::Interpolate provides a neat interface to the solution to that perenial
|
||||
Perl problem - how to invoke the Perl string interpolation engine on a string
|
||||
contained in a scalar variable.
|
4
devel/p5-String-Interpolate/pkg/PLIST
Normal file
4
devel/p5-String-Interpolate/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/07/24 16:40:37 millert Exp $
|
||||
${P5SITE}/String/
|
||||
${P5SITE}/String/Interpolate.pm
|
||||
@man man/man3p/String::Interpolate.3p
|
Loading…
Reference in New Issue
Block a user