freebsd-ports/devel/ocaml-ppx-tools/Makefile
Mathieu Arnold 8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00

26 lines
534 B
Makefile

# Created by: Michael Grünewald <michipili@gmail.com>
# $FreeBSD$
PORTNAME= ppx-tools
PORTVERSION= 0.99.2
DISTVERSIONPREFIX= ${GH_PROJECT}_
CATEGORIES= devel
PKGNAMEPREFIX= ocaml-
MAINTAINER= michipili@gmail.com
COMMENT= Tools for authors of ppx rewriters
LICENSE= MIT
USES= gmake
USE_OCAML= yes
USE_OCAML_FINDLIB=yes
MAKE_JOBS_UNSAFE=yes
USE_GITHUB= yes
GH_ACCOUNT= alainfrisch
GH_PROJECT= ${PORTNAME:C/-/_/}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib/ppx_tools/ppx_tools.cmxs
.include <bsd.port.mk>