mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Add www/p5-Google-Search, a perl interface to the Google AJAX Search API and
suggestion API.
This commit is contained in:
parent
1b9f75e361
commit
93bedc3013
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257990
@ -906,6 +906,7 @@
|
||||
SUBDIR += p5-Flickr-Upload
|
||||
SUBDIR += p5-Gantry
|
||||
SUBDIR += p5-Geo-Caching
|
||||
SUBDIR += p5-Google-Search
|
||||
SUBDIR += p5-Gtk2-WebKit
|
||||
SUBDIR += p5-Gungho
|
||||
SUBDIR += p5-HTML-Adsense
|
||||
|
29
www/p5-Google-Search/Makefile
Normal file
29
www/p5-Google-Search/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: p5-Google-Search
|
||||
# Date created: 20 Jul 2010
|
||||
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Google-Search
|
||||
PORTVERSION= 0.027
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Interface to the Google AJAX Search API and suggestion API
|
||||
|
||||
RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
|
||||
p5-JSON>=2.16:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-Carp-Clan-Share>=0:${PORTSDIR}/devel/p5-Carp-Clan-Share \
|
||||
p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
||||
MAN3= Google::Search.3 Google::Search::Result.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Google-Search/distinfo
Normal file
3
www/p5-Google-Search/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Google-Search-0.027.tar.gz) = 8c65436e4fdf552baa340645af6ec130
|
||||
SHA256 (Google-Search-0.027.tar.gz) = 5fee8ca4bc802736048472de603298db43dac33a43e1f76b67fd368ba344c845
|
||||
SIZE (Google-Search-0.027.tar.gz) = 11543
|
4
www/p5-Google-Search/pkg-descr
Normal file
4
www/p5-Google-Search/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Google::Search is an interface to the Google AJAX Search API. Currently, their
|
||||
API looks like it will fetch you the top 64 results for your search query.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Google-Search/
|
11
www/p5-Google-Search/pkg-plist
Normal file
11
www/p5-Google-Search/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
%%SITE_PERL%%/Google/Search.pm
|
||||
%%SITE_PERL%%/Google/Search/Carp.pm
|
||||
%%SITE_PERL%%/Google/Search/Error.pm
|
||||
%%SITE_PERL%%/Google/Search/Page.pm
|
||||
%%SITE_PERL%%/Google/Search/Response.pm
|
||||
%%SITE_PERL%%/Google/Search/Result.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Search/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Google/Search
|
||||
@dirrmtry %%SITE_PERL%%/Google
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Search
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google
|
Loading…
Reference in New Issue
Block a user