mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
5190f14f8d
- Fix COMMENT - Trim header
38 lines
1.0 KiB
Makefile
38 lines
1.0 KiB
Makefile
# 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>
|