22 lines
612 B
Makefile
22 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.5 2021/03/08 08:13:07 jaapb Exp $
|
|
|
|
GITHUB_PROJECT= textutils
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
DISTNAME= ${GITHUB_PROJECT}-0.13.0
|
|
PKGNAME= ocaml-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://github.com/janestreet/textutils/
|
|
COMMENT= Utility functions for dealing with text
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
OCAML_USE_DUNE= yes
|
|
|
|
.include "../../mk/ocaml.mk"
|
|
.include "../../devel/ocaml-core/buildlink3.mk"
|
|
.include "../../devel/ocaml-ppx_jane/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|