1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/security/ssss/Makefile

21 lines
377 B
Makefile

# Created by: Lukasz Komsta
# $FreeBSD$
PORTNAME= ssss
PORTVERSION= 0.5
PORTREVISION= 3
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.10:${PORTSDIR}/math/gmp
PLIST_FILES= bin/ssss-combine bin/ssss-split
MAN1= ssss.1
NO_STAGE= yes
.include <bsd.port.mk>