pkgsrc/devel/ocaml-ppx_driver/Makefile
jaapb 410414b8e0 Updated package to unreleased version 113.45.68, based on a GitHub tag.
This was necessary beacuse the latest released version does not compile
with pkgsrc (and an update is needed to make devel/ocaml-ppx_type_conv
compile)to make devel/ocaml-ppx_type_conv
compile).

Changes include:
* Update for the new context free API
2016-08-18 11:11:51 +00:00

28 lines
798 B
Makefile

# $NetBSD: Makefile,v 1.5 2016/08/18 11:11:51 jaapb Exp $
VERSION= 113.45.68
GITHUB_PROJECT= ppx_driver
GITHUB_TAG= f77579e
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
PKGNAME= ocaml-${DISTNAME}
#PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://github.com/janestreet/ppx_driver/
COMMENT= Feature-full driver for OCaml AST transformers
LICENSE= apache-2.0
WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-f77579efe402258608bd8dd7174e71b7333db775
HAS_CONFIGURE= yes
USE_LANGUAGES= # none
OCAML_USE_OASIS_DYNRUN= yes
post-extract:
${MV} ${WRKSRC}/META.ab ${WRKSRC}/src
.include "../../mk/ocaml.mk"
.include "../../devel/ocaml-ppx_optcomp/buildlink3.mk"
.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"