opnsense-ports/devel/py-python-mimeparse/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

22 lines
464 B
Makefile

PORTNAME= python-mimeparse
PORTVERSION= 1.6.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Basic functions for handling mime-types in Python
WWW= http://code.google.com/p/mimeparse/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
do-test:
cd ${WRKSRC} && ${PYTHON_CMD} mimeparse_test.py
.include <bsd.port.mk>