blob: 0bcb6fa152c1f3b5fd7b1035ad50ad321ecb5569 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: testtools
# Date created: 2010-08-25
# Whom: Carlo Strub
#
# $FreeBSD$
#
PORTNAME= testtools
PORTVERSION= 0.9.6
CATEGORIES= devel python
MASTER_SITES= http://launchpadlibrarian.net/54281358/ \
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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|