summaryrefslogtreecommitdiff
path: root/security/libuecc/Makefile
blob: a2d713482abc06bc8e4b72c5408878f53169ebf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	libuecc
PORTVERSION=	7
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	https://git.universe-factory.net/libuecc/snapshot/ \
		http://git.universe-factory.net/libuecc/snapshot/

MAINTAINER=	crest_maintainer@rlwinm.de
COMMENT=	Very small Elliptic Curve Cryptography library

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYRIGHT

LIB_DEPENDS=	libsodium.so:security/libsodium

USE_LDCONFIG=	yes

USES=		cmake:outsource pkgconfig tar

.include <bsd.port.mk>