freebsd-ports/devel/py-testtools/Makefile
Carlo Strub f5c8f28a13 - Update to 0.9.16
- Cleanup Makefile header
- Cleanup pkg-descr

Feature safe:	yes
2012-11-04 21:23:38 +00:00

20 lines
400 B
Makefile

# 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
.include <bsd.port.mk>