summaryrefslogtreecommitdiff
blob: 4ac9d675a67177befc26cce30b3315224d41783e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit perl-module

if [[ "${PV}" != "9999" ]]; then
	DIST_VERSION=2.04
	DIST_AUTHOR=AMBA
	KEYWORDS="~amd64"
else
	EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Zhinst.git"
	EGIT_BRANCH="master"
	inherit git-r3
fi

DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments"

SLOT="0"

RDEPEND="
	virtual/perl-AutoLoader
	virtual/perl-Carp
	virtual/perl-Exporter
	virtual/perl-XSLoader
	sci-electronics/labone
"
DEPEND="
	sci-electronics/labone
"
BDEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
"