blob: 738d6b0c933bc8fb579ac6ecf7e9067b5d34961b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: Text::MicroTemplate
# Date created: 02 Apr 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Text-MicroTemplate
PORTVERSION= 0.17
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>
|