freebsd-ports/textproc/p5-Text-MicroTemplate/Makefile
2013-01-14 22:47:33 +00:00

19 lines
404 B
Makefile

# $FreeBSD$
PORTNAME= Text-MicroTemplate
PORTVERSION= 0.19
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for standalone, fast and intelligent template engine
TEST_DEPENDS= p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy
PERL_CONFIGURE= yes
MAN3= Text::MicroTemplate.3 \
Text::MicroTemplate::File.3
.include <bsd.port.mk>