1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/security/pbc/Makefile
Wen Heping 4579a192c2 - Update to 0.5.12
Feature safe:	yes
2011-12-11 09:50:09 +00:00

23 lines
443 B
Makefile

# New ports collection makefile for: pbc
# Date created: 28 March, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pbc
PORTVERSION= 0.5.12
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
GNU_CONFIGURE= yes
USE_GCC= 4.6+
USE_LDCONFIG= yes
.include <bsd.port.mk>