millert e3bb69e01a 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@
2020-07-24 16:40:37 +00:00

15 lines
298 B
Makefile

# $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>