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

EAPI=8

DIST_VERSION=3.02
DIST_AUTHOR=AKHUETTEL
KEYWORDS=""
inherit perl-module

DESCRIPTION="Perl interface to National Instrument's VISA library"
HOMEPAGE="http://www.labvisa.de/"

SLOT="0"
IUSE=""

DEPEND="sci-libs/ni-visa"
RDEPEND="${DEPEND}"