1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/security/libuecc/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>