mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
35d7e1b0c5
PR: 90340 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
22 lines
503 B
Makefile
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>
|