head	1.3;
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.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


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

1.2
date	2005.11.08.22.00.55;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.15.23.40.03;	author pav;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	skytemplate
# Date created:		28 Jul 2005
# Whom:			Mun-Kyo Seo <munggo@@gmail.com>
#
# $FreeBSD: head/www/skytemplate/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	skytemplate
PORTVERSION=	1.4.0
CATEGORIES=	www
MASTER_SITES=	http://daddy.withsky.net/SkyTemplate/download/ \
		http://mirror.pmy.lv/SkyTemplate/download/
DISTNAME=	SkyTemplate.v${PORTVERSION:S/.//g}

MAINTAINER=	munggo@@gmail.com
COMMENT=	Yet another PHP compiling template engine

WRKSRC=		${WRKDIR}/${DISTNAME}

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

SUB_FILES=	pkg-message

do-install:
	${MKDIR} ${DATADIR}
.for f in class.SkyTemplate.php class.SkyTemplate_withDaddy.php
	${INSTALL_DATA} ${WRKSRC}/$f ${DATADIR}
	${MKDIR} ${DATADIR}/SkyTpl
	${INSTALL_DATA} ${WRKSRC}/SkyTpl/* ${DATADIR}/SkyTpl
.endfor

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

.include <bsd.port.mk>
@


1.2
log
@- Update to 1.4.0

PR:		ports/86357
Submitted by:	Mun-Kyo Seo <munggo@@pmy.lv> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@SkyTemplate is a LGPL-ed fast template engine for PHP.

PR:		ports/84223
Submitted by:	Mun-Kyo Seo <munggo@@gmail.com>
@
text
@d8 1
a8 1
PORTVERSION=	1.3.1
d12 1
a12 1
DISTNAME=	SkyTemplate.v131
@

