freebsd-ports/www/p5-WWW-Facebook-API/Makefile
Philip M. Gollucci 2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00

56 lines
1.6 KiB
Makefile

# 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
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Facebook API implementation in Perl
RUN_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \
p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
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>