22 lines
424 B
Makefile
Raw Normal View History

2017-11-10 11:03:39 +00:00
# $OpenBSD: Makefile,v 1.11 2017/11/10 11:03:39 jasper Exp $
COMMENT = Mox is a mock object framework for Python
2013-01-16 08:59:06 +00:00
MODPY_EGG_VERSION = 0.5.3
DISTNAME = mox-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
2017-08-21 19:43:07 +00:00
REVISION = 1
2011-01-14 22:42:52 +00:00
CATEGORIES = devel
# Apache 2.0
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
2017-08-21 19:43:07 +00:00
MODPY_PI = Yes
2017-11-10 11:03:39 +00:00
MODPY_ADJ_FILES =mox.py stubout.py
2013-03-11 10:50:00 +00:00
do-test:
cd ${WRKSRC} && ${MODPY_BIN} mox_test.py
.include <bsd.port.mk>