head	1.6;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.49;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.25.08.06.45;	author ehaupt;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.10.18.42.33;	author swills;	state Exp;
branches;
next	1.3;

1.3
date	2011.09.17.06.49.21;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2011.08.25.08.34.07;	author ehaupt;	state Exp;
branches;
next	1.1;

1.1
date	2010.07.20.11.31.42;	author ehaupt;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Google-Search
# Date created:				20 Jul 2010
# Whom:					Emanuel Haupt <ehaupt@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Google-Search/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Google-Search
PORTVERSION=	0.028
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 \
		p5-Try-Tiny>=0.07:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Google::Search.3 Google::Search::Result.3

.include <bsd.port.mk>
@


1.5
log
@Update to 0.028
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d9 1
a9 2
PORTVERSION=	0.027
PORTREVISION=	1
@


1.3
log
@- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d25 1
a25 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.2
log
@Register lang/p5-Try-Tiny as run dependency. It disappeared at some point
during updateing of one of the modules in the dependency chain.

PR:		160057 (based on)
Submitted by:	Dean Maztkov <bapabooiee@@gmail.com>
@
text
@d27 1
a27 1
PERL_CONFIGURE=	5.8.0+
@


1.1
log
@Add www/p5-Google-Search, a perl interface to the Google AJAX Search API and
suggestion API.
@
text
@d10 1
d23 2
a24 1
		p5-libwww>0:${PORTSDIR}/www/p5-libwww
@

