2015-06-29 22:38:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= conform
|
2017-05-19 21:02:19 +02:00
|
|
|
DISTVERSION= 2.3.3
|
2015-06-29 22:38:56 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
|
|
COMMENT= Easy release configuration for Elixir apps
|
|
|
|
|
|
|
|
LICENSE= APACHE20 MIT
|
|
|
|
LICENSE_COMB= multi
|
|
|
|
|
2015-07-03 15:59:45 +02:00
|
|
|
USES= elixir
|
2015-06-29 22:38:56 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= bitwalker
|
|
|
|
|
2015-07-02 14:37:05 +02:00
|
|
|
MIX_BUILD_DEPS= devel/erlang-neotoma
|
|
|
|
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
|
2015-06-29 22:38:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|