millert 4736fb8662 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.  OK afresh1@
2020-07-24 16:41:41 +00:00

15 lines
305 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2020/07/24 16:41:41 millert Exp $
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>