blob: d53be29192eafd6c75934bd1202e54beab972f0d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: p5-Template-Tiny
# Date created: 2010-03-17
# Whom: ports@c0decafe.net
#
# $FreeBSD$
#
PORTNAME= Template-Tiny
PORTVERSION= 1.12
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@c0decafe.net
COMMENT= Template Toolkit reimplemented in as little code as possible
PERL_CONFIGURE= yes
MAN3= Template::Tiny.3
.include <bsd.port.mk>
|