Edit

IABSD.fr/ports/archivers/py-lsqpack/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-02-10 17:21:46
    Hash : c8f9ab1b
    Message : update to py3-lsqpack-0.3.23, improve COMMENT

  • archivers/py-lsqpack/Makefile
  • COMMENT=	read or write QPACK-compressed HTTP/3 headers
    
    MODPY_DISTV=	0.3.23
    DISTNAME=	pylsqpack-${MODPY_DISTV}
    PKGNAME=	py-lsqpack-${MODPY_DISTV}
    
    CATEGORIES=	archivers devel www
    
    HOMEPAGE=	https://github.com/aiortc/pylsqpack
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PYBUILD=	setuptools
    MODPY_PI=	Yes
    
    .include <bsd.port.mk>