blob: 1f49b0d45fba5d757adbad7c05ab4ed2354915af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Twitter/Net-Twitter-3.180.20.ebuild,v 1.1 2012/04/25 16:11:29 tove Exp $
EAPI=5
MODULE_AUTHOR=RCAPUTO
MODULE_VERSION=1.174
inherit perl-module
DESCRIPTION="A non-blocking ICMP ping client"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x64-macos"
RESTRICT="nomirror"
IUSE=""
RDEPEND="dev-perl/POE"
DEPEND="${RDEPEND}"
|