# $Id$ PortSystem 1.0 name ironpython version 1.1 categories devel maintainers tyler@monkeypox.org description IronPython is a Python implementation targeting .NET and Mono long_description IronPython is a Python implementation targeting .NET and Mono homepage http://www.codeplex.com/IronPython platforms darwin master_sites http://monkeypox.org/ports/ use_configure no checksums md5 f4ec6910bf3e7cf07bd9d7f936c994ad depends_lib port:mono configure {} build { system "cd ${worksrcpath} && make -f Makefile.mono PREFIX=${prefix}" } destroot { system "cd ${worksrcpath} && make -f Makefile.mono PREFIX=${prefix} install" } install {} activate {} #clean { # system "cd ${worksrcpath} && make -f Makefile.mono PREFIX=${prefix} clean" #}