1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/py-turbocheetah/Makefile
Martin Wilke 5e9f42cbda - Move from py24 over to py25 or above
- Drop md5 support
2011-02-25 07:50:41 +00:00

32 lines
699 B
Makefile

# New ports collection makefile for: py-turbocheetah
# Date created: 2006-12-01
# Whom: Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#
PORTNAME= TurboCheetah
PORTVERSION= 1.0
PORTREVISION= 1
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
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= leaves files behind on deinstall
.endif
.include <bsd.port.post.mk>