ports/security/py-rsa/Makefile

28 lines
493 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
# !!! do not update blindly: sysutils/awscli requires a specific version
COMMENT= Python RSA implementation
MODPY_EGG_VERSION= 4.7.2
DISTNAME= rsa-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 2
CATEGORIES= security
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS= devel/py-asn1${MODPY_FLAVOR}
FLAVORS= python3
FLAVOR = python3
.include <bsd.port.mk>