mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
15bbe663f7
Changes: https://github.com/msgpack/msgpack-python/releases/tag/v1.1.1 https://github.com/msgpack/msgpack-python/releases/tag/v1.1.2
22 lines
383 B
Makefile
22 lines
383 B
Makefile
COMMENT = messagepack (de)serializer
|
|
|
|
MODPY_DISTV = 1.1.2
|
|
EPOCH = 0
|
|
DISTNAME = msgpack-${MODPY_DISTV}
|
|
PKGNAME = py-msgpack-${MODPY_DISTV}
|
|
|
|
CATEGORIES = net textproc
|
|
|
|
HOMEPAGE = https://msgpack.org/
|
|
|
|
MAINTAINER = Bjorn Ketelaars <bket@openbsd.org>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
MODPY_PI = Yes
|
|
|
|
.include <bsd.port.mk>
|