mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
b66e4949cb
PR: 278259 Reported by: Andrey Korobkov <alster-vinterdalen.se>
21 lines
503 B
Makefile
21 lines
503 B
Makefile
PORTNAME= libuecc
|
|
PORTVERSION= 7
|
|
PORTREVISION= 3
|
|
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
|
|
WWW= https://git.universe-factory.net/libuecc
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
LIB_DEPENDS= libsodium.so:security/libsodium
|
|
|
|
USES= cmake pkgconfig tar
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|