summaryrefslogtreecommitdiff
blob: 2cfe1a2c5255e41f528f53251aed0a02933cba2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

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
"