e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
23 lines
388 B
Makefile
23 lines
388 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= conform
|
|
DISTVERSION= 2.5.2
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Easy release configuration for Elixir apps
|
|
|
|
LICENSE= APACHE20 MIT
|
|
LICENSE_COMB= multi
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= bitwalker
|
|
|
|
MIX_BUILD_DEPS= devel/erlang-neotoma
|
|
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|