freebsd-ports/textproc/p5-Text-MicroTemplate/Makefile
2010-10-09 12:56:59 +00:00

22 lines
477 B
Makefile

# New ports collection makefile for: Text::MicroTemplate
# Date created: 02 Apr 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Text-MicroTemplate
PORTVERSION= 0.18
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for standalone, fast and intelligent template engine
PERL_CONFIGURE= yes
MAN3= Text::MicroTemplate.3 \
Text::MicroTemplate::File.3
.include <bsd.port.mk>