summaryrefslogtreecommitdiff
path: root/security/libdecaf/Makefile
blob: c6c41e26a86da742503cc6e217383426753d14e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	libdecaf
PORTVERSION=	1.0.0
PORTREVISION=	3
CATEGORIES=	security
MASTER_SITES=	SF/ed448goldilocks/

MAINTAINER=	krion@FreeBSD.org
COMMENT=	Implementation of elliptic curve cryptography
WWW=		https://ed448goldilocks.sourceforge.net/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		cmake compiler:c++11-lang localbase:ldflags python tar:tgz
USE_LDCONFIG=	yes

.include <bsd.port.mk>