summaryrefslogtreecommitdiff
blob: f016cb053400e9d3d0043aa9564d9722869ba0f6 (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: $

inherit perl-module

DESCRIPTION="WebService-RTMAgent Perl module for RememberTheMilk"
HOMEPAGE="http://search.cpan.org/search?query=WebService-RTMAgent&mode=dist"
SRC_URI="mirror://cpan/authors/id/R/RU/RUTSCHLE/${P}.tar.gz"

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

DEPEND="dev-perl/libwww-perl
	dev-perl/XML-Simple
	dev-lang/perl"
RDEPEND="${DEPEND}"