22 lines
564 B
Makefile
22 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.14 2016/06/25 14:31:35 jaapb Exp $
|
|
#
|
|
|
|
DISTNAME= cryptokit-1.10
|
|
PKGNAME= ocaml-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1493/
|
|
|
|
MAINTAINER= jaapb@NetBSD.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"
|