mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
30 lines
559 B
Makefile
30 lines
559 B
Makefile
COMMENT= multidict implementation
|
|
|
|
MODPY_DISTV= 6.7.1
|
|
DISTNAME= multidict-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= www devel
|
|
REVISION= 0
|
|
|
|
WANTLIB += pthread ${MODPY_WANTLIB}
|
|
|
|
# Apache2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# -std=c11
|
|
COMPILER= base-clang ports-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
MODPY_TEST_LINK_SO= Yes
|
|
TEST_DEPENDS= devel/py-test-codspeed \
|
|
devel/py-test-cov \
|
|
devel/py-objgraph
|
|
# needed for tests/test_circular_imports.py
|
|
TEST_DEPENDS+= ${FULLPKGNAME}:${BUILD_PKGPATH}
|
|
|
|
.include <bsd.port.mk>
|