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

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

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

LICENSE=	MIT

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}extras>=0.0.3:${PORTSDIR}/devel/py-extras

USES=		python
USE_PYTHON=	distutils

.include <bsd.port.mk>