1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | |
---|
6 | github.setup elixir-lang elixir 0.14.2 v |
---|
7 | categories lang |
---|
8 | platforms darwin |
---|
9 | supported_archs noarch |
---|
10 | license Apache-2 |
---|
11 | maintainers milmazz.uno:me |
---|
12 | |
---|
13 | description The Elixir Programming language |
---|
14 | |
---|
15 | long_description Elixir is a functional, meta-programming aware language \ |
---|
16 | built on top of the Erlang VM. It is a dynamic language \ |
---|
17 | that focuses on tooling to leverage Erlang's abilities to \ |
---|
18 | build concurrent, distributed and fault-tolerant \ |
---|
19 | applications with hot code upgrades. |
---|
20 | |
---|
21 | homepage http://elixir-lang.org |
---|
22 | |
---|
23 | depends_lib port:erlang |
---|
24 | |
---|
25 | checksums rmd160 5867819d779dfe6d34f9be511a884d4d61ec3ece\ |
---|
26 | sha256 a3095d19e947fcddc226bc81c993909dc2fc38e33649049992562f1af547074b |
---|
27 | |
---|
28 | # configure and build phase |
---|
29 | use_configure no |
---|
30 | build.target compile |
---|
31 | |
---|
32 | # destroot phase |
---|
33 | patchfiles 001-prefix-changed.diff |
---|