freebsd-ports/security/seccure/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

21 lines
399 B
Makefile

# Created by: Lukasz Komsta
# $FreeBSD$
PORTNAME= seccure
PORTVERSION= 0.5
PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= http://point-at-infinity.org/seccure/ \
NETBSD
MAINTAINER= zi@FreeBSD.org
COMMENT= Elliptic Curve Crypto Utility for Reliable Encryption
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgcrypt.so:security/libgcrypt
USE_GCC= any
.include <bsd.port.mk>