head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


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

1.3
date	2012.09.22.03.34.40;	author tabthorpe;	state Exp;
branches;
next	1.2;

1.2
date	2010.06.18.19.21.31;	author osa;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.27.09.33.49;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# Created by: Mun-Kyo Seo <munggo@@pmy.lv>
# $FreeBSD: head/www/template_/Makefile 304655 2012-09-22 03:34:40Z tabthorpe $

PORTNAME=	template_
PORTVERSION=	2.2.3
CATEGORIES=	www
MASTER_SITES=	http://www.xtac.net/download/?file=
DISTNAME=	Template_.2.2.3

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	High performance PHP compiling template engine

WRKSRC=		${WRKDIR}
FETCH_ARGS+=	-o ${DISTNAME}.tar.gz

USE_PHP=	yes
WANT_PHP_WEB=	yes
NO_WRKSUBDIR=	yes
NO_BUILD=	yes

do-install:
	${MKDIR} ${DATADIR}
.for f in Template_.class.php Template_.compiler.php
	${INSTALL_DATA} ${WRKSRC}/$f ${DATADIR}
	${MKDIR} ${DATADIR}/tpl_plugin
	${INSTALL_DATA} ${WRKSRC}/tpl_plugin/* ${DATADIR}/tpl_plugin
.endfor

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.3
log
@SVN rev 304655 on 2012-09-22 03:34:40Z by tabthorpe

- Reassign to the heap due to mail bounces

With hat:	portmgr
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2
log
@Fix unknown error.
Remove broken MASTER_SITE and blank lines.
Make portlint(1) more happy.

Feature safe:	yes
Spotted by:	itetcu
@
text
@d1 1
a1 4
# New ports collection makefile for:    template_
# Date created:         27 Dec 2005
# Whom:                 Mun-Kyo Seo <munggo@@pmy.lv>
#
a2 1
#
d10 1
a10 1
MAINTAINER=	munggo@@pmy.lv
@


1.1
log
@New port: www/template_

	Template_ is a LGPL-ed high performance and fast template
	engine for PHP.

PR:		ports/90950
Submitted by:	Mun-Kyo Seo & <munggo@@pmy.lv>
@
text
@d11 1
a11 2
MASTER_SITES=	http://pmy.lv/mirror/Template_/ \
		http://www.xtac.net/download/?file=
d18 1
@

