Ticket #47201: Portfile

File Portfile, 1.2 KB (added by coke (Will Coleda), 9 years ago)
Line 
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
4PortSystem          1.0
5
6name                MoarVM
7version             2015.03
8categories          lang devel
9platforms           darwin
10license             Artistic-2 MIT BSD ISC public-domain
11maintainers         coleda.com:will
12description         A virtual machine for Perl 6
13long_description    MoarVM is a virtual machine built especially for \
14                    Rakudo Perl 6 and the NQP Compiler Toolchain.
15homepage            http://moarvm.org/
16master_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
22checksums           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.
27depends_build       port:perl5
28
29# Unsupported by configure.pl.
30#configure.universal_args-delete --disable-dependency-tracking
31
32universal_variant   yes
33
34configure.cmd       ${prefix}/bin/perl Configure.pl