9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
20 lines
485 B
Makefile
20 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/01/26 17:32:04 rillig Exp $
|
|
|
|
DISTNAME= pbc-0.5.14
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://crypto.stanford.edu/pbc/files/
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= https://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 flex
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|