summaryrefslogtreecommitdiff
blob: 9fef8202103737d83f8fe3a3314114a4ef81962c (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
27
28
29
30
31
32
33
34
35
36
37
38
39
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
MODULE_AUTHOR=UNOBE
inherit perl-module

DESCRIPTION="Perl interface to Facebook Platform API"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
PERL_RM_FILES=(
	# Author tests
	t/perlcritic.t
	t/pod-coverage.t
	t/pod.t
	# Requires browser
	t/auth.t
	# Require API key
	t/data.t
	t/events.live.t
	t/fql.t
	t/groups.t
	t/profile.t
	t/xml.t
)
DEPEND="
	virtual/perl-version
	dev-perl/Crypt-SSLeay
	dev-perl/JSON-Any
	dev-perl/libwww-perl
	dev-perl/Readonly
	virtual/perl-Time-HiRes
"
RDEPEND="
	${DEPEND}
	virtual/perl-ExtUtils-MakeMaker
"