mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
21 lines
411 B
Makefile
21 lines
411 B
Makefile
COMMENT = streaming multipart parser for Python
|
|
|
|
MODPY_DISTV = 0.0.22
|
|
DISTNAME = python_multipart-${MODPY_DISTV}
|
|
PKGNAME = py-python-multipart-${MODPY_DISTV}
|
|
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = https://github.com/Kludex/python-multipart
|
|
|
|
MAINTAINER = Renaud Allard <renaud@allard.it>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = hatchling
|
|
MODPY_PI = Yes
|
|
|
|
.include <bsd.port.mk>
|