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

PORTNAME=   seccure
PORTVERSION=    0.4
PORTREVISION=   2
CATEGORIES= security
MASTER_SITES=   http://point-at-infinity.org/seccure/ \
        ${MASTER_SITE_NETBSD}

MAINTAINER= zi@FreeBSD.org
COMMENT=    Elliptic Curve Crypto Utility for Reliable Encryption

LIB_DEPENDS=    gcrypt:${PORTSDIR}/security/libgcrypt

MAN1=       seccure.1

NO_STAGE=   yes
.include <bsd.port.mk>