aboutsummaryrefslogtreecommitdiff
path: root/security/libuecc/Makefile
blob: df84dc1b5e2271fee445ada9e03ce2c568c0edef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

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

USES=		cmake pkgconfig tar
USE_LDCONFIG=	yes

.include <bsd.port.mk>