1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/security/pbc/Makefile
Wen Heping 1c3dcaffb7 - Update to 0.5.13
- Trim Makefile headers
- Reset maintainer to ports@
2013-03-10 14:53:14 +00:00

20 lines
390 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= pbc
PORTVERSION= 0.5.13
CATEGORIES= security
MASTER_SITES= http://crypto.stanford.edu/pbc/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library of pairing-based cryptosystems
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
GNU_CONFIGURE= yes
USE_GCC= 4.6+
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>