blob: d66d17519711c9e9204f982b04724674dbe3b4a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $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"
|