aboutsummaryrefslogtreecommitdiffstats
path: root/security/libuecc/Makefile
blob: 084ef52394cf61d0f7051680a163f8faebb32417 (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 pkgconfig tar

.include <bsd.port.mk>