opnsense-ports/security/libuecc/Makefile
Franco Fichtner 6e643ad359 */*: sync with upstream
Taken from: FreeBSD
2016-06-02 06:58:32 +02:00

21 lines
464 B
Makefile

# $FreeBSD$
PORTNAME= libuecc
PORTVERSION= 7
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
USE_LDCONFIG= yes
USES= cmake:outsource pkgconfig tar
.include <bsd.port.mk>