mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
1c3dcaffb7
- Trim Makefile headers - Reset maintainer to ports@
20 lines
390 B
Makefile
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>
|