freebsd-ports/devel/ocaml-parmap/Makefile
Jean-Sébastien Pédron d416afd219 devel/ocaml-parmap: New port for the "parmap" OCaml module
This module is used by Coccinelle (devel/coccinelle).

Differential Revision:	https://reviews.freebsd.org/D2925
Reviewed by:	kwm
Approved by:	kwm
2015-06-27 13:47:04 +00:00

28 lines
600 B
Makefile

# Created by: Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
# $FreeBSD$
PORTNAME= parmap
DISTVERSION= 1.0-rc6
CATEGORIES= devel
PKGNAMEPREFIX= ocaml-
MAINTAINER= dumbbell@FreeBSD.org
COMMENT= Minimalistic library allowing to exploit multicore architecture
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= rdicosmo
USES= gmake
GNU_CONFIGURE= yes
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
USE_OCAML_LDCONFIG= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocaml/parmap/*.cmxs
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocaml/stublibs/*.so
.include <bsd.port.mk>