26 lines
439 B
Makefile
26 lines
439 B
Makefile
# $OpenBSD: Makefile,v 1.7 2021/11/16 08:12:26 sthen Exp $
|
|
|
|
COMMENT = Hamcrest matchers for Python
|
|
|
|
MODPY_EGG_VERSION = 2.0.2
|
|
DISTNAME = PyHamcrest-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-hamcrest-${MODPY_EGG_VERSION}
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://hamcrest.org/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|