2013-05-08 10:04:04 +02:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
2010-07-20 13:31:42 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Google-Search
|
2012-06-25 10:06:45 +02:00
|
|
|
PORTVERSION= 0.028
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2010-07-20 13:31:42 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
|
|
COMMENT= Interface to the Google AJAX Search API and suggestion API
|
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2016-08-26 09:14:37 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2018-07-09 10:40:17 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2016-04-01 16:33:55 +02:00
|
|
|
RUN_DEPENDS= p5-Any-Moose>=0:devel/p5-Any-Moose \
|
|
|
|
p5-JSON>=2.16:converters/p5-JSON \
|
|
|
|
p5-Carp-Clan-Share>=0:devel/p5-Carp-Clan-Share \
|
|
|
|
p5-Test-Most>=0:devel/p5-Test-Most \
|
|
|
|
p5-URI>=0:net/p5-URI \
|
|
|
|
p5-libwww>0:www/p5-libwww \
|
|
|
|
p5-Try-Tiny>=0.07:lang/p5-Try-Tiny
|
2010-07-20 13:31:42 +02:00
|
|
|
|
2013-09-02 12:00:38 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2016-09-10 16:14:08 +02:00
|
|
|
NO_ARCH= yes
|
2010-07-20 13:31:42 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|