2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Gunter Wambaugh <gunter@six-two.net>
|
2010-03-29 06:13:12 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-Google-DataAPI
|
2012-05-18 11:24:49 +02:00
|
|
|
PORTVERSION= 0.28.01
|
2010-03-29 06:13:12 +02:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
2012-05-18 11:24:49 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
2010-03-29 06:13:12 +02:00
|
|
|
|
|
|
|
MAINTAINER= gunter@six-two.net
|
|
|
|
COMMENT= Base implementations for modules to negotiate with Google Data APIs
|
|
|
|
|
2012-05-18 11:24:49 +02:00
|
|
|
BUILD_DEPENDS= p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose \
|
2011-07-11 03:06:50 +02:00
|
|
|
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
2012-05-18 11:24:49 +02:00
|
|
|
p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \
|
2011-07-11 03:06:50 +02:00
|
|
|
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 \
|
2012-05-18 11:24:49 +02:00
|
|
|
p5-Net-OAuth2>=0.07:${PORTSDIR}/net/p5-Net-OAuth2 \
|
2011-07-11 03:06:50 +02:00
|
|
|
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
|
2012-05-18 11:24:49 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
|
|
|
p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \
|
2011-07-11 03:06:50 +02:00
|
|
|
p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
|
|
|
|
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
2010-03-29 06:13:12 +02:00
|
|
|
|
2013-09-06 18:11:30 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-03-29 06:13:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|