a1aa1c4f5b
unit testing framework. It is needed by some ports to run their regression tests. ok benoit@
25 lines
501 B
Makefile
25 lines
501 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/01/09 12:19:28 eric Exp $
|
|
|
|
COMMENT= extensions to the Python unit testing framework
|
|
|
|
MODPY_EGG_VERSION= 0.9.8
|
|
DISTNAME= testtools-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://pypi.python.org/pypi/testtools
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=t/testtools/}
|
|
|
|
MODULES= lang/python
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|