# -*- 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
# $Id$

PortSystem          1.0

name                MoarVM
version             2015.06
categories          lang devel
platforms           darwin
license             Artistic-2 MIT BSD ISC public-domain
maintainers         coleda.com:will
description         A virtual machine for Perl 6
long_description    MoarVM is a virtual machine built especially for \
                    Rakudo Perl 6 and the NQP Compiler Toolchain.
homepage            http://moarvm.org/
master_sites        http://moarvm.org/releases/

# To find the correct checksums for the given release, use:
# openssl dgst -rmd160 <file>
# openssl dgst -sha256 <file>

checksums           rmd160  62f49d1f5c3f1156089bdf8de87f3efc6cfd55da \
                    sha256  8dfe52630a3fcc749b653591f8a4e7fa723cd204cf0f6133b62b70d1b9c5980f

# FIXME: may need ExtUtil::Command if by chance our default perl5 binary
# does not match what Apple ships.
depends_build       port:perl5

# Unsupported by configure.pl.
configure.universal_args-delete --disable-dependency-tracking

universal_variant   yes

configure.cmd       ${prefix}/bin/perl Configure.pl
