openbsd-ports/devel/py-testtools/Makefile
2013-03-11 10:50:00 +00:00

23 lines
430 B
Makefile

# $OpenBSD: Makefile,v 1.4 2013/03/11 10:50:26 espie Exp $
COMMENT= extensions to the Python unit testing framework
MODPY_EGG_VERSION= 0.9.8
DISTNAME= testtools-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION = 1
CATEGORIES= devel
HOMEPAGE= http://pypi.python.org/pypi/testtools
# MIT
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_PYPI:=t/testtools/}
MODULES= lang/python
NO_TEST= Yes
.include <bsd.port.mk>