# -*- 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 0.14.2 v 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 5867819d779dfe6d34f9be511a884d4d61ec3ece\ sha256 a3095d19e947fcddc226bc81c993909dc2fc38e33649049992562f1af547074b # configure and build phase use_configure no build.target compile # destroot phase patchfiles 001-prefix-changed.diff