mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
23 lines
423 B
Makefile
23 lines
423 B
Makefile
# 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|