forked from Lainports/freebsd-ports
23 lines
452 B
Makefile
23 lines
452 B
Makefile
PORTNAME= ocamlbuild
|
|
PORTVERSION= 0.14.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= ocaml-
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Legacy build tool for OCaml libraries and programs
|
|
WWW= https://github.com/ocaml/ocamlbuild
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ocaml
|
|
USE_OCAML= yes
|
|
|
|
ALL_TARGET= configure all
|
|
MAKE_ENV= OCAMLBUILD_LIBDIR=${PREFIX}/${OCAML_LIBDIR}
|
|
TEST_TARGET= test
|
|
TEST_ENV= VERBOSE=1
|
|
|
|
.include <bsd.port.mk>
|