forked from Lainports/freebsd-ports
Changes: http://search.cpan.org/dist/Net-Google-DataAPI/Changes PR: ports/158287 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: maintainer (timeout, 15 days)
43 lines
1.6 KiB
Makefile
43 lines
1.6 KiB
Makefile
# New ports collection makefile for: p5-Net-Google-DataAPI
|
|
# Date created: 23 March 2010
|
|
# Whom: Gunter Wambaugh <gunter@six-two.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-Google-DataAPI
|
|
PORTVERSION= 0.24
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gunter@six-two.net
|
|
COMMENT= Base implementations for modules to negotiate with Google Data APIs
|
|
|
|
RUN_DEPENDS= p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose \
|
|
p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
|
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
|
p5-Lingua-EN-Inflect-Number>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number \
|
|
p5-Mouse>=0.51:${PORTSDIR}/devel/p5-Mouse \
|
|
p5-Net-Google-AuthSub>=0.5:${PORTSDIR}/net/p5-Net-Google-AuthSub \
|
|
p5-Net-OAuth>=0:${PORTSDIR}/net/p5-Net-OAuth \
|
|
p5-Text-Glob>=0:${PORTSDIR}/textproc/p5-Text-Glob \
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|
p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
|
TEST_DEPENDS= p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \
|
|
p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
|
|
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
|
|
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::Google::DataAPI.3 \
|
|
Net::Google::DataAPI::Auth::ClientLogin::Multiple.3 \
|
|
Net::Google::DataAPI::Auth::OAuth.3 \
|
|
Net::Google::DataAPI::Role::Entry.3 \
|
|
Net::Google::DataAPI::Role::HasContent.3 \
|
|
Net::Google::DataAPI::Role::Service.3
|
|
|
|
.include <bsd.port.mk>
|