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: Portfile 143602 2015-12-15 18:48:47Z devans@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | # the released version has some problems, so we took the latest one |
---|
8 | # github.setup rakudo rakudo 2015.12 |
---|
9 | github.setup rakudo rakudo 4cf630b |
---|
10 | version 2015.12 |
---|
11 | description Perl 6 compiler |
---|
12 | long_description ${description} |
---|
13 | maintainers coleda.com:will mojca openmaintainer |
---|
14 | categories lang |
---|
15 | license Artistic-2 |
---|
16 | platforms darwin |
---|
17 | homepage http://rakudo.org/ |
---|
18 | # master_sites http://rakudo.org/downloads/rakudo/ |
---|
19 | |
---|
20 | checksums rmd160 06650c03711cf6efb9429d310d36411b42e8cca1 \ |
---|
21 | sha256 7335273b9ec7249ec44f1c1c0cc80d05399497df9250a03fb4b1ca063c305a47 |
---|
22 | |
---|
23 | depends_build port:perl5 |
---|
24 | |
---|
25 | depends_lib port:moarvm \ |
---|
26 | port:nqp |
---|
27 | |
---|
28 | configure.cmd ${prefix}/bin/perl Configure.pl |
---|
29 | configure.args --prefix=${prefix} \ |
---|
30 | --backends=moar |
---|
31 | |
---|
32 | test.run yes |
---|
33 | # test.target test spectest |
---|
34 | # localtest coretest stresstest |
---|