39925cf7e0
This adds support for OCaml 4.12. Otherwise changes are minor.
22 lines
527 B
Makefile
22 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.10 2021/03/08 20:41:00 jaapb Exp $
|
|
|
|
DISTNAME= topkg-1.0.3
|
|
PKGNAME= ocaml-${DISTNAME}
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://erratique.ch/software/topkg/releases/
|
|
EXTRACT_SUFX= .tbz
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= http://erratique.ch/software/topkg/
|
|
COMMENT= Transitory OCaml software packager
|
|
LICENSE= isc
|
|
|
|
OCAML_USE_TOPKG= yes
|
|
OCAML_USE_OPAM= yes
|
|
|
|
INSTALLATION_DIRS+= share/doc/topkg
|
|
|
|
.include "../../mk/ocaml.mk"
|
|
|
|
.include "../../devel/ocamlbuild/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|