summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-02-20 17:56:16 +1300
committerKent Fredric <kentfredric@gmail.com>2016-02-20 20:48:11 +1300
commit4adb3fdb07d290946b3d57ef554aed5bcbba878a (patch)
tree5718c544cea9f1a9ac2032434a5776c014838313 /dev-perl/IO-Interface/IO-Interface-1.90.0.ebuild
parentdev-perl/IO-Interactive: Bump to version 1.21.0 (diff)
downloadgentoo-4adb3fdb07d290946b3d57ef554aed5bcbba878a.tar.gz
gentoo-4adb3fdb07d290946b3d57ef554aed5bcbba878a.tar.bz2
gentoo-4adb3fdb07d290946b3d57ef554aed5bcbba878a.zip
dev-perl/IO-Interface: Bump to version 1.90.0
- use EAPI6 - Declare some dependencies. Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-perl/IO-Interface/IO-Interface-1.90.0.ebuild')
-rw-r--r--dev-perl/IO-Interface/IO-Interface-1.90.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/IO-Interface/IO-Interface-1.90.0.ebuild b/dev-perl/IO-Interface/IO-Interface-1.90.0.ebuild
new file mode 100644
index 000000000000..d75e45dc1c1b
--- /dev/null
+++ b/dev-perl/IO-Interface/IO-Interface-1.90.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=LDS
+DIST_VERSION=1.09
+inherit perl-module
+
+DESCRIPTION="Perl extension for access to network card configuration information"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+ >=dev-perl/Module-Build-0.420.0
+ virtual/perl-ExtUtils-CBuilder
+"