blob: 199bb29c4751774a74b54d373e8a207257718fcc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: pbc
# Date created: 28 March, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pbc
PORTVERSION= 0.4.21
CATEGORIES= security
MASTER_SITES= http://crypto.stanford.edu/pbc/files/
MAINTAINER= wenheping@gmail.com
COMMENT= Library of pairing-based cryptosystems
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
USE_CMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|