aa79e75196
Changes since 0.4.14: 0.4.18 Fri Mar 12 23:39:59 PST 2010 - Fixed Canvas.pm to correctly select MD5-hex value. (Andrey Ilyin)++ - Updated Canvas.pm docs to specify cookie method needed - Updated copyright information 0.4.17 Thu Nov 26 09:48:03 PST 2009 - Updated Stream.publish to automatically call encode action_links to JSON. (Larry Mak)++ - Fixed upload method in Video along with docs (Anthony Bouvier)++ - Updated server call in API.pm to allow a filename to be passed in from the upload methods under Video and Photo. (Anthony Bouvier)++ - Didn't include Canvas testing b/c it looks like the code changes back in August broke the mocking. (It's on the TODO list) - Added format testing for Video.upload 0.4.16 Mon Aug 24 18:43:12 PDT 2009 Added Exception submodule for handling exceptions (Kevin Riggle)++ 0.4.15 Fri Aug 21 22:26:44 PDT 2009 Updated POD and formatting (for Perl::Critic) (gregor herrmann)++ Added new namespaces that are now a part of Facebook API along with basic tests Added documentation for all namespaces in API.pm Deleted deprecated namespaces and methods Added begin and end methods to start and finish permissions mode in Permissions.pm Changed formatting and removed versioning information. Versioning information is no longer specific to each submodule, but to the distribution
28 lines
958 B
Makefile
28 lines
958 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/03/14 20:12:41 gls Exp $
|
|
#
|
|
|
|
DISTNAME= WWW-Facebook-API-0.4.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/WWW-Facebook-API/
|
|
COMMENT= Facebook API implementation
|
|
|
|
DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay
|
|
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
|
|
DEPENDS+= p5-JSON-Any-[0-9]*:../../converters/p5-JSON-Any
|
|
DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
|
|
DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
|
|
DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/WWW/Facebook/API/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|