ports/security/py-rsa/Makefile

27 lines
493 B
Makefile

# !!! 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>