diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-03-10 14:53:14 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-03-10 14:53:14 +0000 |
commit | 1c3dcaffb745ea78b4eab2b625831bc316b9fd7c (patch) | |
tree | 755afdbe4d90cf9c7f38d19ff1f92ad6c91a5ca4 /security/pbc/Makefile | |
parent | c20b4da5a8bb8795cdffc9f1e5f88f5215cfb3bd (diff) |
Notes
Diffstat (limited to 'security/pbc/Makefile')
-rw-r--r-- | security/pbc/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/security/pbc/Makefile b/security/pbc/Makefile index c7ebc5002c24..1bfb0e77e262 100644 --- a/security/pbc/Makefile +++ b/security/pbc/Makefile @@ -1,22 +1,19 @@ -# New ports collection makefile for: pbc -# Date created: 28 March, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= pbc -PORTVERSION= 0.5.12 +PORTVERSION= 0.5.13 CATEGORIES= security MASTER_SITES= http://crypto.stanford.edu/pbc/files/ -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Library of pairing-based cryptosystems -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp GNU_CONFIGURE= yes USE_GCC= 4.6+ USE_LDCONFIG= yes +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |