openbsd-ports/textproc/p5-Text-Template/Makefile
avsm 8b21361485 Initial import of p5-Text-Template-1.31
--
This is a library for generating form letters, building HTML pages,
or filling in templates generally.  A `template' is a piece of text
that has little Perl programs embedded in it here and there.  When
you `fill in' a template, you evaluate the little programs and
replace them with their values.
2001-03-30 22:30:19 +00:00

23 lines
482 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/03/30 22:30:19 avsm Exp $
COMMENT= "expand template text with embedded perl"
DISTNAME= Text-Template-1.31
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
NEED_VERSION= 1.377
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>