forked from Lainports/freebsd-ports
19 lines
404 B
Makefile
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>
|