freebsd-ports/security/libuecc/Makefile
Dmitry Marakasov c0dce1027a - Pet portlint
- Update WWW

Approved by:	portmgr blanket
2019-09-20 09:38:22 +00:00

21 lines
469 B
Makefile

# $FreeBSD$
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>