summaryrefslogtreecommitdiff
path: root/dev-perl/Lab-Zhinst/Lab-Zhinst-0.50.0.ebuild
blob: 91f379f918b2d24171f7f8930ecfc1c6456e2a40 (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
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

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

DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments"
HOMEPAGE="http://search.cpan.org/~amba/Lab-Zhinst/"

SLOT="0"
IUSE=""

RDEPEND="sci-electronics/labone"
DEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
"