4a3bebcae1
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
25 lines
505 B
Makefile
25 lines
505 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jobs
|
|
PORTVERSION= 0.7.2
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Job scheduler and load regulation for Erlang
|
|
|
|
USES= erlang:rebar3
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= uwiger
|
|
|
|
ERL_BUILD_DEPS= devel/erlang-parse_trans
|
|
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
|
|
ERL_DOCS= doc/*
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
post-install-EXAMPLES-on:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|