2015-11-11 18:40:45 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libuecc
|
2016-06-01 22:51:47 +02:00
|
|
|
PORTVERSION= 7
|
2017-10-22 12:09:33 +02:00
|
|
|
PORTREVISION= 2
|
2015-11-11 18:40:45 +01:00
|
|
|
CATEGORIES= security
|
2016-04-27 07:28:53 +02:00
|
|
|
MASTER_SITES= https://git.universe-factory.net/libuecc/snapshot/ \
|
|
|
|
http://git.universe-factory.net/libuecc/snapshot/
|
2015-11-11 18:40:45 +01:00
|
|
|
|
|
|
|
MAINTAINER= crest_maintainer@rlwinm.de
|
|
|
|
COMMENT= Very small Elliptic Curve Cryptography library
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libsodium.so:security/libsodium
|
2015-11-11 18:40:45 +01:00
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
USES= cmake:outsource pkgconfig tar
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|