summaryrefslogtreecommitdiff
path: root/security/libpbc/Makefile
blob: 5b0ee89bee5f2ce3ebcdb90037feb9c77ff1f7f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.2 2012/10/23 18:16:33 asau Exp $

DISTNAME=		pbc-0.5.10
CATEGORIES=		security
MASTER_SITES=		http://crypto.stanford.edu/pbc/files/

MAINTAINER=		agc@NetBSD.org
HOMEPAGE=		http://crypto.stanford.edu/pbc/
COMMENT=		Pair-based cryptographic library based on Gap Diffie Helman groups
LICENSE=		gnu-lgpl-v2

AUTO_MKDIRS=		yes

GNU_CONFIGURE=		yes
USE_LIBTOOL=		yes

.include "../../devel/gmp/buildlink3.mk"

.include "../../mk/bsd.pkg.mk"