aboutsummaryrefslogtreecommitdiff
path: root/net/p5-REST-Google/Makefile
blob: 7877b4fc31e710a69ae318e821ba6e9d1448b2e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=	REST-Google
PORTVERSION=	1.0.8
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:EJS
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Access Google REST (aka AJAX) API from Perl

RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
    		p5-version>=0.50:${PORTSDIR}/devel/p5-version \
    		p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
    		p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
		p5-URI>=1.35:${PORTSDIR}/net/p5-URI \
		p5-JSON-Any>=1.16:${PORTSDIR}/converters/p5-JSON-Any
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_MODBUILD=	yes

MAN3=	REST::Google.3 \
	REST::Google::Feeds.3 \
	REST::Google::Search.3 \
	REST::Google::Search::Blogs.3 \
	REST::Google::Search::Books.3 \
	REST::Google::Search::Images.3 \
	REST::Google::Search::Local.3 \
	REST::Google::Search::News.3 \
	REST::Google::Search::Patent.3 \
	REST::Google::Search::Video.3 \
	REST::Google::Search::Web.3 \
	REST::Google::Translate.3

.include <bsd.port.mk>