# Created by: Nicola Vitale	<nivit@email.it>
# $FreeBSD: head/devel/py-testgears/Makefile 455210 2017-11-30 15:50:30Z mat $

PORTNAME=	TestGears
PORTVERSION=	0.2
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	http://nivi.interfree.it/distfiles/${PORTNAME}/ \
		http://www.turbogears.org/download/eggs/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	Python module to run tests written as simple functions

USES=		python:2.7
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>
