mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
ec91832428
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 ;)
23 lines
475 B
Makefile
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>
|