1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/security/pbc/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

23 lines
441 B
Makefile

# New ports collection makefile for: pbc
# Date created: 28 March, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pbc
PORTVERSION= 0.4.21
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://crypto.stanford.edu/pbc/files/
MAINTAINER= wenheping@gmail.com
COMMENT= Library of pairing-based cryptosystems
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
USE_CMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>