Ticket #44292: Portfile

File Portfile, 1.2 KB (added by milmazz (Milton Mazzarri), 10 years ago)

Portfile for Elixir programming language

Line 
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$
3PortSystem          1.0
4PortGroup           github 1.0
5
6github.setup        elixir-lang elixir 0.14.2 v
7categories          lang
8platforms           darwin
9supported_archs     noarch
10license             Apache-2
11maintainers         milmazz.uno:me
12
13description         The Elixir Programming language
14
15long_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
21homepage            http://elixir-lang.org
22
23depends_lib         port:erlang
24
25checksums           rmd160 5867819d779dfe6d34f9be511a884d4d61ec3ece\
26                    sha256 a3095d19e947fcddc226bc81c993909dc2fc38e33649049992562f1af547074b
27
28# configure and build phase
29use_configure       no
30build.target        compile
31
32# destroot phase
33patchfiles          001-prefix-changed.diff