fb4c3b3ee4
ChangeLog: https://launchpad.net/testtools/0.9/0.9.11 - Corrected the license PR: ports/158834 Submitted by: C-S <c-s@c-s.li> (maintainer)
23 lines
472 B
Makefile
23 lines
472 B
Makefile
# New ports collection makefile for: testtools
|
|
# Date created: 2010-08-25
|
|
# Whom: Carlo Strub
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= testtools
|
|
PORTVERSION= 0.9.11
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://launchpadlibrarian.net/73387253/ \
|
|
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= MIT
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|