summaryrefslogtreecommitdiff
path: root/devel/py-turbokid/Makefile
blob: 9e922b6c14dfde93f629cefbe70b509c318799cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$

PORTNAME=	TurboKid
PORTVERSION=	1.0.5
PORTREVISION=	2
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

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>