openbsd-ports/textproc/p5-Text-Tmpl/Makefile
naddy 0027f3b7e0 Import Text-Tmpl 0.28. Submitted by Alex Feinberg <alex@strlen.net>.
Text::Tmpl is a simplified template library, which allows for text
template to be interpreted from a Perl script. The template language
allows for variables, flow control, and loops, and the template format
can be defined from the perl script.
2003-05-11 01:22:17 +00:00

21 lines
431 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/05/11 01:22:17 naddy Exp $
COMMENT= "very fast Perl templating library"
DISTNAME= Text-Tmpl-0.28
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Alex Feinberg <alex@strlen.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>