freebsd-ports/devel/py-turbokid/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

20 lines
458 B
Makefile

# 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>