1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/textproc/p5-Text-MicroTemplate/Makefile

23 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.11
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>