2021-01-14 14:22:40 +00:00

30 lines
558 B
Makefile

# $OpenBSD: Makefile,v 1.19 2021/01/14 14:22:40 ajacoutot Exp $
# !!! do not update blindly: sysutils/awscli requires a specific version
COMMENT= Python RSA implementation
MODPY_EGG_VERSION= 4.7
DISTNAME= rsa-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= security
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_SETUPTOOLS= Yes
MODPY_PYTEST = Yes
RUN_DEPENDS= devel/py-asn1${MODPY_FLAVOR}
FLAVORS= python3
FLAVOR = python3
.include <bsd.port.mk>