31 lines
673 B
Makefile
31 lines
673 B
Makefile
COMMENT = service identity verification for pyOpenSSL/py-cryptography
|
|
|
|
MODPY_EGG_VERSION = 21.1.0
|
|
PKGNAME = py-${DISTNAME:S/-/_/}
|
|
REVISION = 1
|
|
|
|
# also on pypi, but no tests present
|
|
GH_ACCOUNT = pyca
|
|
GH_PROJECT = service-identity
|
|
GH_TAGNAME = ${MODPY_EGG_VERSION}
|
|
|
|
CATEGORIES = security
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/py-asn1${MODPY_FLAVOR} \
|
|
devel/py-asn1-modules${MODPY_FLAVOR} \
|
|
devel/py-attrs${MODPY_FLAVOR} \
|
|
net/py-idna${MODPY_FLAVOR} \
|
|
security/py-cryptography${MODPY_FLAVOR} \
|
|
security/py-openssl${MODPY_FLAVOR}
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|