aboutsummaryrefslogtreecommitdiff
path: root/security/seccure/Makefile
blob: 65c6c8878b44f2669cfc293aa1133ee276d306f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Lukasz Komsta

PORTNAME=	seccure
PORTVERSION=	0.5
PORTREVISION=	8
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=	yes

.include <bsd.port.mk>