# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup elixir-lang elixir 1.3.4 v epoch 1 categories lang platforms darwin supported_archs noarch license Apache-2 maintainers milmazz.uno:me description The Elixir Programming language long_description Elixir is a functional, meta-programming aware language \ built on top of the Erlang VM. It is a dynamic language \ that focuses on tooling to leverage Erlang's abilities to \ build concurrent, distributed and fault-tolerant \ applications with hot code upgrades. homepage http://elixir-lang.org/ depends_lib port:erlang checksums rmd160 85b041df316992a283570810cb96eb93058be658 \ sha256 1a9a121a344203849aaa9294b07ddeb2ec1d851cecd9d5551c584a961620df58 # bin/mix conflicts arb use_configure no build.target compile destroot.args PREFIX=${prefix} # epmd appears to hang during one of the tests test.run yes