# $Id: Portfile 86938 2011-11-07 11:19:28Z jmr@macports.org $

PortSystem 1.0

name            pnet
version         0.8.0
categories      devel
license         GPL-2+
maintainers     nomaintainer
platforms       darwin
description     Portable Net C# compiler and runtime engine.
long_description \
    The goal of Portable Net is to build a suite of Free Software tools \
    to build and execute .NET applications, including a C# compiler, \
    assembler, disassembler, and runtime engine.
homepage        http://www.gnu.org/software/dotgnu/
master_sites    gnu:dotgnu/pnet
checksums       md5 84cb3612d7175bd9e476c88e66fe19f9 \
                sha1 3d048cbef0476f21cbdd86f81c1706f52b7a7218 \
                rmd160 232f96fb92be2cab4109ab03845bafa84c3d0259
depends_lib     port:treecc
configure.args  --without-libffi --without-libgc \
                --infodir=${prefix}/share/info --mandir=${prefix}/share/man

use_parallel_build  no
