head	1.4;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.54;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.08.25.13.36.32;	author swills;	state Exp;
branches;
next	1.2;

1.2
date	2012.04.12.01.36.09;	author swills;	state Exp;
branches;
next	1.1;

1.1
date	2011.12.04.10.05.29;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Template-Simple
# Date created:		02 December 2011
# Whom:			Ken McGlothlen <ken.mcglothlen@@gmail.com>
#
# $FreeBSD: head/www/p5-Template-Simple/Makefile 303134 2012-08-25 13:36:32Z swills $

PORTNAME=	Template-Simple
PORTVERSION=	0.06
CATEGORIES=	www textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ken.mcglothlen@@gmail.com
COMMENT=	Template::Simple (a very fast templating module)

LICENSE=	ART20

BUILD_DEPENDS=	p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Template::Simple.3

.include <bsd.port.mk>
@


1.3
log
@SVN rev 303134 on 2012-08-25 13:36:32Z by swills

- Update to 0.06

PR:		ports/170971
Approved by:	Ken McGlothlen <ken.mcglothlen@@gmail.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Add missing DEPENDS
- Bump PORTREVISION

PR:		ports/166360
Approved by:	Ken McGlothlen <ken.mcglothlen@@gmail.com> (maintainer)
@
text
@d8 1
a8 2
PORTVERSION=	0.05
PORTREVISION=	1
@


1.1
log
@Template::Simple is a flexible, efficient and fast templating module
for mod_perl written by Uri Guttman. It has a very simple markup
scheme, but does nearly any templating task you could want as
installed (and provides for callbacks if you want to extend it).

WWW: http://search.cpan.org/dist/Template-Simple/

PR:		ports/163047
Submitted by:	Ken McGlothlen <ken.mcglothlen@@gmail.com>
Feature safe:	yes
@
text
@d9 1
d19 3
@

