summaryrefslogtreecommitdiff
path: root/security/ocaml-cryptokit/Makefile
blob: f45d00c9fe390f9092160dcf4ba22d5cfcb487c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.6 2014/10/09 22:28:12 jaapb Exp $
#

DISTNAME=	cryptokit-1.9
CATEGORIES=	security
MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/1229/

MAINTAINER=	jaapb@kerguelen.org
HOMEPAGE=	http://forge.ocamlcore.org/projects/cryptokit/
COMMENT=	Cryptographic primitives library for Objective Caml
LICENSE=	gnu-lgpl-v2 # with static compilation exception

OCAML_USE_OASIS=	yes

.include "../../mk/ocaml.mk"

USE_TOOLS+=	gmake

.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"