freebsd-ports/devel/p5-String-Interpolate-Named/Makefile
Po-Chuan Hsieh 3d88addba9
devel/p5-String-Interpolate-Named: Add p5-String-Interpolate-Named 1.01
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, or a
subroutine that performs the lookup.

WWW: https://metacpan.org/dist/String-Interpolate-Named
2021-07-19 01:46:42 +08:00

20 lines
363 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= String-Interpolate-Named
PORTVERSION= 1.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Interpolated named arguments in string
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>