1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/py-cheetah/Makefile
Hye-Shik Chang 35d7e1b0c5 Update to 1.0
PR:		90340
Submitted by:	"Choe, Cheng-Dae" <whitekid@gmail.com>
2005-12-17 03:28:36 +00:00

22 lines
503 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= 1.0
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>