# Created by: Nicola Vitale	<nivit@email.it>
# $FreeBSD: tags/RELEASE_10_0_0/devel/py-testgears/Makefile 327724 2013-09-20 17:13:42Z bapt $

PORTNAME=	TestGears
PORTVERSION=	0.2
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

USE_PYTHON=	yes
USE_PYDISTUTILS=easy_install

NO_STAGE=	yes
.include <bsd.port.mk>
