1a7167ff35
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.
22 lines
678 B
Makefile
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"
|