freebsd-ports/devel/py-turbokid/Makefile
Nicola Vitale aea36c2ad1 - Update to 1.0.4
- Convert easy_install support to bsd.python.mk
- Fix download site
- Remove files/pkg-install.in, files/pkg-deinstall.in
2008-03-03 16:40:03 +00:00

23 lines
520 B
Makefile

# New ports collection makefile for: py-turbokid
# Date created: 2006-12-02
# Whom: Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#
PORTNAME= TurboKid
PORTVERSION= 1.0.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python template plugin that supports Kid templates
RUN_DEPENDS= kid:${PORTSDIR}/devel/py-kid
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>