You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
944 B
Tcl
24 lines
944 B
Tcl
#-*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name mono-basic
|
|
version 4.7
|
|
categories devel lang mono
|
|
platforms darwin
|
|
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
|
|
license {LGPL-2 MIT}
|
|
description Visual Basic .NET compiler for mono
|
|
long_description {*}${description}
|
|
|
|
homepage https://www.mono-project.com/
|
|
master_sites https://download.mono-project.com/sources/${name}/
|
|
use_bzip2 yes
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 8c1a0894bf0f6330d2eccf0f21df243a4141bac0 \
|
|
sha256 0b3962719de45f7f6b8d6c5481d7e50c2e79cbcf7f1ce02810b65fcfa261cc28 \
|
|
size 2051806
|
|
|
|
depends_lib port:mono
|