Edit

IABSD.fr/ports/net/py-u-msgpack/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-04-29 10:39:05
    Hash : cf45b401
    Message : sync PLISTs for setuptools ports

  • net/py-u-msgpack/Makefile
  • COMMENT=	portable, lightweight MessagePack (de)serializer
    
    MODPY_DISTV=	2.8.0
    DISTNAME=	u-msgpack-python-${MODPY_DISTV}
    PKGNAME=	py-u-msgpack-${MODPY_DISTV}
    REVISION=	0
    
    CATEGORIES=	net textproc
    
    HOMEPAGE=	https://github.com/vsergeev/u-msgpack-python
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PYBUILD=	setuptools
    MODPY_PI=	Yes
    
    .include <bsd.port.mk>