2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Gunter Wambaugh <gunter@six-two.net>
|
2010-03-29 10:27:34 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-Google-Spreadsheets
|
2012-05-18 11:25:16 +02:00
|
|
|
PORTVERSION= 0.15.01
|
2010-03-29 10:27:34 +02:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
2012-05-18 11:25:16 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
2010-03-29 10:27:34 +02:00
|
|
|
|
|
|
|
MAINTAINER= gunter@six-two.net
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= Perl module for using Google Spreadsheets API
|
2010-03-29 10:27:34 +02:00
|
|
|
|
2012-05-18 11:25:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
|
|
|
|
p5-Mouse>=0.51:${PORTSDIR}/devel/p5-Mouse \
|
|
|
|
p5-Net-Google-AuthSub>=0:${PORTSDIR}/net/p5-Net-Google-AuthSub \
|
|
|
|
p5-Net-Google-DataAPI>=0.27:${PORTSDIR}/net/p5-Net-Google-DataAPI \
|
|
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|
|
|
p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2012-05-18 11:25:16 +02:00
|
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
|
|
|
p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \
|
|
|
|
p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
|
|
|
|
|
2013-09-06 19:02:34 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-03-29 10:27:34 +02:00
|
|
|
|
2013-06-18 15:49:02 +02:00
|
|
|
.include <bsd.port.mk>
|