freebsd-ports/net/p5-Net-Google-Spreadsheets/Makefile
Sunpoet Po-Chuan Hsieh c1b4b977ce - Update to 0.1501
- Use TEST_DEPENDS for test-only dependencies

Changes:	http://search.cpan.org/dist/Net-Google-Spreadsheets/Changes
PR:		ports/167438
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 18 days)
2012-05-18 09:25:16 +00:00

46 lines
1.4 KiB
Makefile

# New ports collection makefile for: p5-Net-Google-Spreadsheets
# Date created: 23 March 2010
# Whom: Gunter Wambaugh <gunter@six-two.net>
#
# $FreeBSD$
#
PORTNAME= Net-Google-Spreadsheets
PORTVERSION= 0.15.01
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= gunter@six-two.net
COMMENT= A Perl module for using Google Spreadhseets API
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
RUN_DEPENDS:= ${BUILD_DEPENDS}
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
PERL_CONFIGURE= yes
MAN3= Net::Google::Spreadsheets.3 \
Net::Google::Spreadsheets::Cell.3 \
Net::Google::Spreadsheets::Record.3 \
Net::Google::Spreadsheets::Row.3 \
Net::Google::Spreadsheets::Spreadsheet.3 \
Net::Google::Spreadsheets::Table.3 \
Net::Google::Spreadsheets::Worksheet.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>