mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
cf118ccf87
Reported by: lwhsu
20 lines
456 B
Makefile
20 lines
456 B
Makefile
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>
|