*/*: Discontinue Gentoo SuperH port
[gentoo.git] / dev-perl / pcsc-perl / pcsc-perl-1.4.14.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit perl-module
7
8 DESCRIPTION="A Perl Module for PC/SC SmartCard access"
9 HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/"
10 SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.bz2"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="amd64 arm ~hppa ia64 ppc ppc64 ~sparc x86"
15 IUSE=""
16 RESTRICT="test" # actually accesses the pcsc-lite daemon
17
18 DEPEND=">=sys-apps/pcsc-lite-1.6.0"