2015-07-01 15:16:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= phoenix
|
2016-01-26 12:34:10 +01:00
|
|
|
PORTVERSION= 1.1.4
|
2015-07-01 15:16:23 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
CATEGORIES= www
|
|
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
|
|
COMMENT= Web framework for Elixir
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2015-07-03 15:59:45 +02:00
|
|
|
USES= elixir
|
2015-07-01 15:16:23 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= phoenixframework
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= COWBOY
|
|
|
|
COWBOY_DESC= Use Cowboy library
|
|
|
|
|
|
|
|
COWBOY_BUILD_DEPENDS= erlang-cowboy>=0:${PORTSDIR}/www/erlang-cowboy
|
|
|
|
COWBOY_RUN_DEPENDS= erlang-cowboy>=0:${PORTSDIR}/www/erlang-cowboy
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2015-07-02 14:37:05 +02:00
|
|
|
MIX_BUILD_DEPS= devel/elixir-plug \
|
|
|
|
devel/elixir-poison
|
|
|
|
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
|
|
|
|
MIX_EXTRA_APPS= installer
|
|
|
|
MIX_EXTRA_DIRS= installer/lib installer/templates
|
2015-07-01 15:16:23 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|