pkgsrc/security/libpbc/Makefile
agc 6d95b11968 Update pbc from version 0.5.10 to 0.5.14
Changes between PBC version 0.5.14 and 0.5.13

	* Eta pairing (type I), by Homer Hsing

	Changes between PBC version 0.5.13 and 0.5.12

	* Many thanks to Homer Hsing for volunteering to maintain this library.
	* Flattened nested functions.
	* Bugfix for test script.

	Changes between PBC version 0.5.12 and 0.5.11

	* Fixed a parsing bug reported by Michael Adjedj.

	Changes between PBC version 0.5.11 and 0.5.10

	* Support native win32 compilation via autotools. Thanks to Michael Rushanan.

Some changes from joerg, others from myself.
2014-02-26 04:00:57 +00:00

20 lines
476 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/02/26 04:00:57 agc Exp $
DISTNAME= pbc-0.5.14
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
USE_TOOLS+= bison
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"