diff --git a/devel/py-msgpack/Makefile b/devel/py-msgpack/Makefile index 79081af126e0..1a6fe5800416 100644 --- a/devel/py-msgpack/Makefile +++ b/devel/py-msgpack/Makefile @@ -1,24 +1,24 @@ PORTNAME= msgpack -PORTVERSION= 1.1.0 # NOTE: check archivers/py-borgbackup* or consult its maintainer because borgbackup pins minor versions of msgpack. We may need to copy an additional version of msgpack in the ports tree. +PORTVERSION= 1.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= MessagePack (de)serializer for Python WWW= https://msgpack.org/ \ https://github.com/msgpack/msgpack-python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent cython pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include