aboutsummaryrefslogtreecommitdiff
blob: 6c928255989ff088fb0e6f97232bc25bd423f442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit perl-module

DESCRIPTION="Perl module interface to an instrument that is connected via GPIB, serial bus or ethernet"
HOMEPAGE="http://www.labvisa.de/"
SRC_URI="mirror://cpan/authors/id/S/SC/SCHROEER/Lab/${P}.tar.gz"

LICENSE="|| ( Artistic GPL-2 )"

SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

RDEPEND="dev-lang/perl perl-core/Time-HiRes dev-perl/Lab-VISA"
DEPEND="${RDEPEND} virtual/perl-Module-Build"