2009-03-31 11:39:12 +02:00
|
|
|
# New ports collection makefile for: pbc
|
|
|
|
# Date created: 28 March, 2009
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pbc
|
2009-07-28 23:57:20 +02:00
|
|
|
PORTVERSION= 0.4.21
|
2010-04-19 12:43:42 +02:00
|
|
|
PORTREVISION= 1
|
2009-03-31 11:39:12 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://crypto.stanford.edu/pbc/files/
|
|
|
|
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
|
|
COMMENT= Library of pairing-based cryptosystems
|
|
|
|
|
2010-04-19 12:43:42 +02:00
|
|
|
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
|
2009-03-31 11:39:12 +02:00
|
|
|
|
|
|
|
USE_CMAKE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|