freebsd-ports/security/libuecc/Makefile
2015-11-11 17:40:45 +00:00

20 lines
421 B
Makefile

# $FreeBSD$
PORTNAME= libuecc
PORTVERSION= 6
CATEGORIES= security
MASTER_SITES= 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:${PORTSDIR}/security/libsodium
USE_LDCONFIG= yes
USES= cmake:outsource pkgconfig tar
.include <bsd.port.mk>