2008-04-30 16:13:38 +02:00
|
|
|
# New ports collection makefile for: p5-REST-Google
|
|
|
|
# Date created: 01 May 2008
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= REST-Google
|
2009-10-26 15:32:31 +01:00
|
|
|
PORTVERSION= 1.0.8
|
2008-04-30 16:13:38 +02:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:EJS
|
2008-04-30 16:13:38 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-04-30 16:13:38 +02:00
|
|
|
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
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2008-04-30 16:13:38 +02:00
|
|
|
|
|
|
|
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 \
|
2009-08-17 11:21:21 +02:00
|
|
|
REST::Google::Search::Patent.3 \
|
2008-04-30 16:13:38 +02:00
|
|
|
REST::Google::Search::Video.3 \
|
|
|
|
REST::Google::Search::Web.3 \
|
|
|
|
REST::Google::Translate.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|