freebsd-ports/security/pbc/Makefile
Martin Wilke 6bf5964abe - Update to 0.4.21
Approved by:	maintainer implicit
2009-07-28 21:57:20 +00:00

21 lines
428 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
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>