1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name MoarVM |
---|
7 | version 2015.03 |
---|
8 | categories lang devel |
---|
9 | platforms darwin |
---|
10 | license Artistic-2 MIT BSD ISC public-domain |
---|
11 | maintainers coleda.com:will |
---|
12 | description A virtual machine for Perl 6 |
---|
13 | long_description MoarVM is a virtual machine built especially for \ |
---|
14 | Rakudo Perl 6 and the NQP Compiler Toolchain. |
---|
15 | homepage http://moarvm.org/ |
---|
16 | master_sites http://moarvm.org/releases/ |
---|
17 | |
---|
18 | # To find the correct checksums for the given release, use: |
---|
19 | # openssl rmd160 <file> |
---|
20 | # openssl sha256 <file> |
---|
21 | |
---|
22 | checksums rmd160 0c5fe2447f5d7d59365aed9822fa34b65ad419fd \ |
---|
23 | sha256 fc4bfae9a004c9f266c53881ae375955daeb84936b9055ae486194e06caec4a0 |
---|
24 | |
---|
25 | # FIXME: may need ExtUtil::Command if by chance our default perl5 binary |
---|
26 | # does not match what Apple ships. |
---|
27 | depends_build port:perl5 |
---|
28 | |
---|
29 | # Unsupported by configure.pl. |
---|
30 | #configure.universal_args-delete --disable-dependency-tracking |
---|
31 | |
---|
32 | universal_variant yes |
---|
33 | |
---|
34 | configure.cmd ${prefix}/bin/perl Configure.pl |
---|