summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-12-26 12:42:38 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-12-26 13:52:34 +0100
commit753edbf45b6aa348a3721954d5ab2656d3cee532 (patch)
treead71ea3b5af7e968ae3bfe1b884ae6c2d5f8fd4b /dev-perl/Net-CIDR/Net-CIDR-0.180.0.ebuild
parentapp-editors/nano: Stable for PPC64 (bug #568816). (diff)
downloadgentoo-753edbf45b6aa348a3721954d5ab2656d3cee532.tar.gz
gentoo-753edbf45b6aa348a3721954d5ab2656d3cee532.tar.bz2
gentoo-753edbf45b6aa348a3721954d5ab2656d3cee532.zip
dev-perl/Net-CIDR: Version bump
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/Net-CIDR/Net-CIDR-0.180.0.ebuild')
-rw-r--r--dev-perl/Net-CIDR/Net-CIDR-0.180.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Net-CIDR/Net-CIDR-0.180.0.ebuild b/dev-perl/Net-CIDR/Net-CIDR-0.180.0.ebuild
new file mode 100644
index 000000000000..738575259286
--- /dev/null
+++ b/dev-perl/Net-CIDR/Net-CIDR-0.180.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MRSAM
+DIST_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="Manipulate netblock lists in CIDR notation"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+ virtual/perl-Carp
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"