summaryrefslogtreecommitdiff
path: root/dev-perl/IO-Socket-Multicast/IO-Socket-Multicast-1.120.0.ebuild
blob: 8033408304bfa108f28fec52d7f07ad62dcd363e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DIST_AUTHOR=BRAMBLE
DIST_VERSION=1.12
inherit perl-module

DESCRIPTION="Send and receive multicast messages"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-perl/IO-Interface-0.940.0"
DEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
"