# $NetBSD: Makefile,v 1.3 2022/04/21 11:00:01 wiz Exp $ DISTNAME= http_ece-1.0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= www security python MASTER_SITES= ${MASTER_SITE_PYPI:=h/http-ece/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/web-push-libs/encrypted-content-encoding COMMENT= Python support for the encryped Content-Encoding (RFC 8188) LICENSE= mit USE_LANGUAGES= # none PYTHON_VERSIONED_DEPENDENCIES+= cryptography .include "../../lang/python/egg.mk" .include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk"