PR: ports/76202, ports/81580 Submitted by: Piet Delport <pjd@point45.com>, "Choe, Cheng-Dae" <whitekid@gmail.com> Approved by: maintainer timeout (4 months)
21 lines
509 B
Makefile
21 lines
509 B
Makefile
# New ports collection makefile for: py-cheetah
|
|
# Date created: 26 November 2003
|
|
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cheetah
|
|
DISTVERSION= 0.9.17rc1
|
|
CATEGORIES= devel textproc www python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= cheetahtemplate
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Cheetah-${DISTVERSION}
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
COMMENT= HTML template engine for Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|