1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/security/libuecc/Makefile
John Marino 2e94d74398 security/libsodium: Upgrade version 1.0.8 => 1.0.10
Also bump all ports that depend on libsodium.

PR:		210999
Submitted by:	manu
Approved by:	vsevolod (maintainer)
2016-07-12 22:03:52 +00:00

23 lines
480 B
Makefile

# $FreeBSD$
PORTNAME= libuecc
PORTVERSION= 7
PORTREVISION= 1
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>