freebsd-ports/security/libuecc/Makefile
Vsevolod Stakhov f191a0244b - Update libsodium to 1.0.15 [1]
- Bump revisions for all dependent ports

PR:		223147 [1]
Submitted by:	Greg V [1]
2017-10-22 10:09:33 +00:00

23 lines
480 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
USE_LDCONFIG= yes
USES= cmake:outsource pkgconfig tar
.include <bsd.port.mk>