head	1.10;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.10
date	2013.01.13.03.04.01;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.10.18.42.32;	author swills;	state Exp;
branches;
next	1.7;

1.7
date	2012.05.27.07.14.07;	author kuriyama;	state Exp;
branches;
next	1.6;

1.6
date	2011.10.23.01.01.15;	author kuriyama;	state Exp;
branches;
next	1.5;

1.5
date	2011.08.06.11.40.39;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	2011.03.27.09.53.20;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	2011.02.25.01.46.48;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	2010.12.25.12.23.24;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2010.11.08.13.51.36;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310302
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/www/p5-Facebook-Graph/Makefile 310302 2013-01-13 02:33:08Z kuriyama $

PORTNAME=	Facebook-Graph
PORTVERSION=	1.0500
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:RIZEN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension to integrate your apps with Facebook

RUN_DEPENDS=	\
	p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose \
	p5-AnyEvent-HTTP-LWP-UserAgent>=0.8:${PORTSDIR}/www/p5-AnyEvent-HTTP-LWP-UserAgent \
	p5-DateTime>=0.61:${PORTSDIR}/devel/p5-DateTime \
	p5-DateTime-Format-Strptime>=1.4000:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
	p5-JSON>=2.16:${PORTSDIR}/converters/p5-JSON \
	p5-MIME-Base64-URLSafe>=0.01:${PORTSDIR}/converters/p5-MIME-Base64-URLSafe \
	p5-Ouch>=0.0400:${PORTSDIR}/devel/p5-Ouch \
	p5-URI>=1.54:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Facebook::Graph.3 \
	Facebook::Graph::AccessToken.3 \
	Facebook::Graph::AccessToken::Response.3 \
	Facebook::Graph::Authorize.3 \
	Facebook::Graph::BatchRequests.3 \
	Facebook::Graph::Cookbook.3 \
	Facebook::Graph::Cookbook::Recipe1.3 \
	Facebook::Graph::Cookbook::Recipe2.3 \
	Facebook::Graph::Cookbook::Recipe3.3 \
	Facebook::Graph::Picture.3 \
	Facebook::Graph::Publish.3 \
	Facebook::Graph::Publish::Checkin.3 \
	Facebook::Graph::Publish::Comment.3 \
	Facebook::Graph::Publish::Event.3 \
	Facebook::Graph::Publish::Like.3 \
	Facebook::Graph::Publish::Link.3 \
	Facebook::Graph::Publish::Note.3 \
	Facebook::Graph::Publish::Photo.3 \
	Facebook::Graph::Publish::Post.3 \
	Facebook::Graph::Publish::RSVPAttending.3 \
	Facebook::Graph::Publish::RSVPDeclined.3 \
	Facebook::Graph::Publish::RSVPMaybe.3 \
	Facebook::Graph::Query.3 \
	Facebook::Graph::Request.3 \
	Facebook::Graph::Response.3 \
	Facebook::Graph::Role::Uri.3 \
	Facebook::Graph::Session.3

.include <bsd.port.mk>
@


1.9
log
@Switch exporter over
@
text
@d1 1
a1 6
# New ports collection makefile for:	Facebook::Graph
# Date created:		08 Nov 2010
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Facebook-Graph/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d4 1
a4 1
PORTVERSION=	1.0401
d15 1
a18 2
	p5-libwww>=6.02:${PORTSDIR}/www/p5-libwww \
	p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \
a19 1
	p5-Mozilla-CA>=20110409:${PORTSDIR}/www/p5-Mozilla-CA \
d30 1
d49 1
@


1.8
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Upgrade to 1.0401.
@
text
@d29 1
a29 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.6
log
@- Upgrade to 1.0301.
@
text
@d9 1
a9 1
PORTVERSION=	1.0301
d28 1
a28 2
	p5-URI>=1.54:${PORTSDIR}/net/p5-URI \
	p5-URI-Encode>=0.02:${PORTSDIR}/www/p5-URI-Encode
d40 1
d49 1
@


1.5
log
@- Upgrade to 1.0300.
@
text
@d9 1
a9 1
PORTVERSION=	1.0300
@


1.4
log
@- Upgrade to 1.0200.
@
text
@d9 1
a9 1
PORTVERSION=	1.0200
a19 1
	p5-Crypt-SSLeay>=0.57:${PORTSDIR}/security/p5-Crypt-SSLeay \
a21 1
	p5-Exception-Class>=1.32:${PORTSDIR}/devel/p5-Exception-Class \
d23 2
a24 1
	p5-libwww>=5.836:${PORTSDIR}/www/p5-libwww \
d26 2
a40 1
	Facebook::Graph::Exception.3 \
@


1.3
log
@- Upgrade to 1.0100.
@
text
@d9 1
a9 1
PORTVERSION=	1.0100
d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/R/RI/RIZEN
d43 1
@


1.2
log
@- Upgrade to 1.0000.
@
text
@d9 1
a9 1
PORTVERSION=	1.0000
@


1.1
log
@A fast and easy way to integrate your apps with Facebook.

This is a Perl interface to the Facebook Graph API
http://developers.facebook.com/docs/api.  With this module you can
currently query public Facebook data, query privileged Facebook data,
and build a privileged Facebook application.  See the TODO for all
that this module cannot yet do.

WWW: http://search.cpan.org/dist/Facebook-Graph/
@
text
@d9 1
a9 1
PORTVERSION=	0.0705
d23 1
d40 1
@

