blob: ff998e9fdabf83fb56ef120ae478b5f5afd02f77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|