# New ports collection makefile for:	testtools
# Date created:				2010-08-25
# Whom:					Carlo Strub
#
# $FreeBSD: ports/devel/py-testtools/Makefile,v 1.4 2011/01/07 23:10:39 glarkin Exp $
#

PORTNAME=	testtools
PORTVERSION=	0.9.8
CATEGORIES=	devel python
MASTER_SITES=	http://launchpadlibrarian.net/60869421/ \
		http://www.c-s.li/ports/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	c-s@c-s.li
COMMENT=	Extensions to the Python library's unit testing framework

LICENSE=	BSD

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>
