aboutsummaryrefslogtreecommitdiffstats
path: root/security/ssss/Makefile
blob: 28e72ba74b2f92dd2f1da63a2c308710dca87f01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    seccure
# Date created:             30 August 2007
# Whom:                 Lukasz Komsta
#
# $FreeBSD$
#

PORTNAME=   ssss
PORTVERSION=    0.5
PORTREVISION=   1
CATEGORIES= security
MASTER_SITES=   http://point-at-infinity.org/ssss/

MAINTAINER= luke@novum.am.lublin.pl
COMMENT=    Shamir's Secret Sharing Scheme

LIB_DEPENDS=    gmp.7:${PORTSDIR}/math/libgmp4

PLIST_FILES=    bin/ssss-combine bin/ssss-split

MAN1=       ssss.1

.include <bsd.port.mk>