pkgsrc/net/ocaml-ipaddr/Makefile
jaapb 1a7167ff35 Updated net/ocaml-ipaddr to version 3.1.0.
Package is now compatible with dune 1.7.

Several backwards incompatible changes in version 3.0.0:
- sexp serialisers removed from main interface;
- macaddr module now in separate opam package;
- replace of_string/bytes functions with rresult types;
- use sexplib0 instead of the full sexp library;
- changes to function signatures.

Full details in the CHANGES.md file; there are also several minor changes.
2019-03-05 18:53:15 +00:00

22 lines
678 B
Makefile

# $NetBSD: Makefile,v 1.18 2019/03/05 18:53:15 jaapb Exp $
GITHUB_PROJECT= ocaml-ipaddr
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= ${GITHUB_PROJECT}-3.1.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/}
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://github.com/mirage/ocaml-ipaddr/
COMMENT= Library for manipulation of IP and MAC addresses
LICENSE= isc
OCAML_USE_DUNE= yes
DUNE_BUILD_PACKAGES= macaddr ipaddr
OPAM_INSTALL_FILES= macaddr ipaddr
.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../devel/ocaml-sexplib0/buildlink3.mk"
.include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk"
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"