blob: 54bc070286e4ef621c6d04f0ca1506914e6f3083 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|