pkgsrc/security/ocaml-ssl/Makefile
rillig 9fd786bb11 security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 21:12:51 +00:00

20 lines
475 B
Makefile

# $NetBSD: Makefile,v 1.36 2019/11/04 21:12:55 rillig Exp $
#
DISTNAME= ocaml-ssl-0.5.9
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=savonet/}
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://github.com/savonet/ocaml-ssl
COMMENT= SSL library for OCaml
LICENSE= gnu-lgpl-v2.1
OCAML_USE_FINDLIB= yes
OCAML_USE_DUNE= yes
.include "../../mk/bsd.prefs.mk"
.include "../../mk/ocaml.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"