summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2015-12-23 15:43:59 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2015-12-23 15:49:55 +0200
commite148b43600b359b3c5c0624e0bc62a79699b92fe (patch)
treebe66bee7ecf8049deea57f3f175d9097e55051ac /dev-perl/pcsc-perl/pcsc-perl-1.4.14.ebuild
parentdev-libs/opencryptoki: cleanup old (diff)
downloadgentoo-e148b43600b359b3c5c0624e0bc62a79699b92fe.tar.gz
gentoo-e148b43600b359b3c5c0624e0bc62a79699b92fe.tar.bz2
gentoo-e148b43600b359b3c5c0624e0bc62a79699b92fe.zip
dev-perl/pcsc-perl: version bump
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-perl/pcsc-perl/pcsc-perl-1.4.14.ebuild')
-rw-r--r--dev-perl/pcsc-perl/pcsc-perl-1.4.14.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/pcsc-perl/pcsc-perl-1.4.14.ebuild b/dev-perl/pcsc-perl/pcsc-perl-1.4.14.ebuild
new file mode 100644
index 000000000000..de6fb4d309fc
--- /dev/null
+++ b/dev-perl/pcsc-perl/pcsc-perl-1.4.14.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit perl-module eutils multilib
+
+DESCRIPTION="A Perl Module for PC/SC SmartCard access"
+HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/"
+SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=sys-apps/pcsc-lite-1.6.0"
+
+myconf="-I/usr/include/ -l/usr/$(get_libdir)"