summaryrefslogtreecommitdiff
blob: 3d1ea2b0c5ec79aed742dd3c4cd06f620137c8d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

inherit mono-env

DESCRIPTION="Visual Basic Compiler and Runtime"
HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/"

KEYWORDS="amd64 x86"
LICENSE="LGPL-2 MIT"
SLOT="0"

RDEPEND="dev-lang/mono"
DEPEND="${RDEPEND}"

RESTRICT="test"