freebsd-ports/devel/py-turbocheetah/Makefile
Pav Lucistnik b479a9553a - Update to 1.0 and unbreak
PR:		ports/129160
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer timeout (nivit; 24 days)
2008-12-19 20:58:01 +00:00

24 lines
576 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
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.4+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>