summaryrefslogtreecommitdiff
blob: d6568c2a472024772aec204c342247c9c4e51dd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MODULE_AUTHOR=NJH

EAPI=2

inherit perl-module

DESCRIPTION="Perl interface for liblo Lightweight OSC library"
HOMEPAGE="http://cpan.uwinnipeg.ca/module/Net::LibLO"
SRC_URI="http://cpan.uwinnipeg.ca/cpan/authors/id/N/NJ/NJH/Net-LibLO-0.06.tar.gz"

SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-lang/perl-5.12.2
        virtual/perl-Test
	virtual/perl-Test-Simple"

DEPEND="${RDEPEND}
    virtual/perl-Module-Build"