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

PORTNAME=	testtools
PORTVERSION=	0.9.21
CATEGORIES=	devel python
MASTER_SITES=	http://launchpadlibrarian.net/121090421/ \
		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

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