diff options
Diffstat (limited to 'security/py-ed25519ll/Makefile')
-rw-r--r-- | security/py-ed25519ll/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/py-ed25519ll/Makefile b/security/py-ed25519ll/Makefile new file mode 100644 index 000000000000..e7dc012e8b6c --- /dev/null +++ b/security/py-ed25519ll/Makefile @@ -0,0 +1,21 @@ +# Created by: Nicola Vitale <nivit@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= ed25519ll +PORTVERSION= 0.6 +#PORTREVISION= 0 +CATEGORIES= security +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Low-level ctypes wrapper for Ed25519 digital signatures + +LICENSE= MIT + +PYEASYINSTALL_ARCHDEP= yes + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +.include <bsd.port.mk> |