- Update WWW Changes: https://github.com/defnull/multipart/releases https://github.com/defnull/multipart/blob/master/CHANGELOG.rst https://multipart.readthedocs.io/en/latest/changelog.html
23 lines
513 B
Makefile
23 lines
513 B
Makefile
PORTNAME= multipart
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Parser for multipart/form-data
|
|
WWW= https://multipart.readthedocs.io/en/latest/ \
|
|
https://github.com/defnull/multipart
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.9<4:devel/py-flit-core@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|