22 lines
506 B
Makefile
22 lines
506 B
Makefile
|
# New ports collection makefile for: py-cheetah
|
||
|
# Date created: 26 November 2003
|
||
|
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= cheetah
|
||
|
PORTVERSION= 0.9.15
|
||
|
CATEGORIES= devel textproc www python
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||
|
MASTER_SITE_SUBDIR= cheetahtemplate
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
DISTNAME= Cheetah-${PORTVERSION}
|
||
|
|
||
|
MAINTAINER= perky@FreeBSD.org
|
||
|
COMMENT= HTML template engine for Python
|
||
|
|
||
|
USE_PYTHON= yes
|
||
|
USE_PYDISTUTILS=yes
|
||
|
|
||
|
.include <bsd.port.mk>
|