Files
sthen ec91832428 garbage-collect old @conflict entries; many were never needed, some are
no longer needed since 6.9 was dropped from quirks. (experience has shown
that having these around when not needed causes some confusion when using
another port as a template for a new one; not least by me ;)
2025-10-20 19:22:54 +00:00

23 lines
475 B
Makefile

MODPY_DISTV = 1.1.0
COMMENT = encrypted Content Encoding for HTTP
DISTNAME = http_ece-${MODPY_DISTV}
PKGNAME = py-http_ece-${MODPY_DISTV}
CATEGORIES = www
REVISION = 9
HOMEPAGE = https://github.com/martinthomson/encrypted-content-encoding
MAINTAINER = Pamela Mosiejczuk <pamela@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PYBUILD = setuptools
MODPY_PI = Yes
RUN_DEPENDS = security/py-cryptography
NO_TEST= Yes
.include <bsd.port.mk>