2007-09-07 13:55:09 +02:00
|
|
|
# New ports collection makefile for: seccure
|
|
|
|
# Date created: 30 August 2007
|
|
|
|
# Whom: Lukasz Komsta
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ssss
|
|
|
|
PORTVERSION= 0.5
|
2007-09-09 02:26:25 +02:00
|
|
|
PORTREVISION= 1
|
2007-09-07 13:55:09 +02:00
|
|
|
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>
|