blob: 980a8c6120101fb26873c0e66bb24a49cbe8e17c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.9 2015/08/07 11:20:32 jaapb Exp $
#
DISTNAME= cryptokit-1.9
PKGREVISION= 3
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"
|