1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/security/ssss/Makefile
Alex Dupre bf330a57d4 Switch to use newer GMP version.
PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
2010-04-19 10:43:42 +00:00

24 lines
444 B
Makefile

# New ports collection makefile for: seccure
# Date created: 30 August 2007
# Whom: 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
.include <bsd.port.mk>