1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/security/libuecc/Makefile
Vsevolod Stakhov b66e4949cb security/libsodium: update to 1.0.19, bump dependent ports
PR:	278259
Reported by:	Andrey Korobkov <alster-vinterdalen.se>
2024-05-20 10:33:03 +00:00

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>