1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/security/pbc/Makefile
Pav Lucistnik 1ebd8b8869 - Chase math/libgmp4 shlib bump
Reported by:	pointyhat
Pointy hat to:	ale
2009-05-14 11:53:13 +00:00

23 lines
444 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.19
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.8:${PORTSDIR}/math/libgmp4
USE_CMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>