ports/www/py-multidict/Makefile

25 lines
397 B
Makefile
Raw Normal View History

2023-09-08 05:21:37 +00:00
COMMENT= multidict implementation
2023-08-16 22:26:55 +00:00
2023-09-08 05:21:37 +00:00
MODPY_EGG_VERSION= 6.0.4
DISTNAME= multidict-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= www devel
REVISION= 0
2023-08-16 22:26:55 +00:00
2023-09-08 05:21:37 +00:00
WANTLIB += pthread ${MODPY_WANTLIB}
2023-08-16 22:26:55 +00:00
# Apache2
2023-09-08 05:21:37 +00:00
PERMIT_PACKAGE= Yes
2023-08-16 22:26:55 +00:00
2023-09-08 05:21:37 +00:00
MODULES= lang/python
2023-08-16 22:26:55 +00:00
2023-09-08 05:21:37 +00:00
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
2023-08-16 22:26:55 +00:00
2023-09-08 05:21:37 +00:00
FLAVORS= python3
FLAVOR= python3
2023-08-16 22:26:55 +00:00
2023-09-08 05:21:37 +00:00
TEST_DEPENDS= devel/py-test-cov${MODPY_FLAVOR}
2023-08-16 22:26:55 +00:00
.include <bsd.port.mk>