c2a92a1aea
version 1.1.0 (via revision 464079).
21 lines
399 B
Makefile
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>
|