freebsd-ports/devel/py-turbocheetah/Makefile
Martin Wilke 08749caa99 - Convert to autoplist
- Stage support
- Bump PORTREVISION
2014-03-01 18:04:08 +00:00

28 lines
635 B
Makefile

# 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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= leaves files behind on deinstall
.endif
.include <bsd.port.post.mk>