blob: eea6658b798e8529823000398d449b324205378a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$
PORTNAME= TurboCheetah
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
http://files.turbogears.org/eggs/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= TurboGears plugin to support use of Cheetah templates
RUN_DEPENDS= cheetah:${PORTSDIR}/devel/py-cheetah
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= leaves files behind on deinstall
.endif
.include <bsd.port.post.mk>
|