1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/py-testtools/Makefile
Carlo Strub 5ec5786fcc Update to 0.9.12
Approved by:	wen@ (co-mentor)
2011-10-07 07:33:42 +00:00

24 lines
476 B
Makefile

# New ports collection makefile for: testtools
# Date created: 2010-08-25
# Whom: Carlo Strub
#
# $FreeBSD$
#
PORTNAME= testtools
PORTVERSION= 0.9.12
CATEGORIES= devel python
MASTER_SITES= http://launchpadlibrarian.net/79854461/ \
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>