aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Facebook-API/Makefile
blob: ad611c5365317646e9ae3e9b01dd1e70dd8983da (plain) (blame)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# New ports collection makefile for:	p5-WWW-Facebook-API
# Date created:				2007-08-27
# Whom:					Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	WWW-Facebook-API
PORTVERSION=	0.4.18
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	Facebook API implementation in Perl

RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \
		${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
		${SITE_PERL}/${PERL_ARCH}/Readonly.pm:${PORTSDIR}/devel/p5-Readonly \
		${SITE_PERL}/JSON/Any.pm:${PORTSDIR}/converters/p5-JSON-Any \
		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		WWW::Facebook::API.3 \
		WWW::Facebook::API::Admin.3 \
		WWW::Facebook::API::Application.3 \
		WWW::Facebook::API::Auth.3 \
		WWW::Facebook::API::Canvas.3 \
		WWW::Facebook::API::Comments.3 \
		WWW::Facebook::API::Connect.3 \
		WWW::Facebook::API::Data.3 \
		WWW::Facebook::API::Events.3 \
		WWW::Facebook::API::Exception.3 \
		WWW::Facebook::API::FBML.3 \
		WWW::Facebook::API::FQL.3 \
		WWW::Facebook::API::Feed.3 \
		WWW::Facebook::API::Friends.3 \
		WWW::Facebook::API::Groups.3 \
		WWW::Facebook::API::Intl.3 \
		WWW::Facebook::API::Links.3 \
		WWW::Facebook::API::LiveMessage.3 \
		WWW::Facebook::API::Message.3 \
		WWW::Facebook::API::Notes.3 \
		WWW::Facebook::API::Notifications.3 \
		WWW::Facebook::API::Pages.3 \
		WWW::Facebook::API::Permissions.3 \
		WWW::Facebook::API::Photos.3 \
		WWW::Facebook::API::Profile.3 \
		WWW::Facebook::API::SMS.3 \
		WWW::Facebook::API::Status.3 \
		WWW::Facebook::API::Stream.3 \
		WWW::Facebook::API::Users.3 \
		WWW::Facebook::API::Video.3

.include <bsd.port.mk>