diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 03:34:40 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 03:34:40 +0000 |
commit | 3b5e6e10dc6009a6b4075d9837d4a640a943c27b (patch) | |
tree | 323e5d2d630a9b265ad6029ab4b5e9d32f459b23 /www/template_ | |
parent | 32c4928222f159afd2eccd6bc2b840058609da72 (diff) |
Notes
Diffstat (limited to 'www/template_')
-rw-r--r-- | www/template_/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/template_/Makefile b/www/template_/Makefile index b6b86fe227f4..7e82fb1a3f58 100644 --- a/www/template_/Makefile +++ b/www/template_/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: template_ -# Date created: 27 Dec 2005 -# Whom: Mun-Kyo Seo <munggo@pmy.lv> -# +# Created by: Mun-Kyo Seo <munggo@pmy.lv> # $FreeBSD$ -# PORTNAME= template_ PORTVERSION= 2.2.3 @@ -11,7 +7,7 @@ CATEGORIES= www MASTER_SITES= http://www.xtac.net/download/?file= DISTNAME= Template_.2.2.3 -MAINTAINER= munggo@pmy.lv +MAINTAINER= ports@FreeBSD.org COMMENT= High performance PHP compiling template engine WRKSRC= ${WRKDIR} |