aboutsummaryrefslogtreecommitdiff
path: root/devel/py-testtools/Makefile
blob: b4b5a3aaaed8c17d826c65e74f114a6cfece7ff5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Carlo Strub
# $FreeBSD$

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

MAINTAINER=	cs@FreeBSD.org
COMMENT=	Extensions to the Python library's unit testing framework

LICENSE=	MIT

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>