head	1.17;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.06.02.55;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.06.04.08.53.27;	author az;	state Exp;
branches;
next	1.15;

1.15
date	2012.01.21.17.39.21;	author eadler;	state Exp;
branches;
next	1.14;

1.14
date	2011.02.28.14.43.18;	author az;	state Exp;
branches;
next	1.13;

1.13
date	2008.04.18.02.24.08;	author clsung;	state Exp;
branches;
next	1.12;

1.12
date	2008.04.17.14.30.22;	author araujo;	state Exp;
branches;
next	1.11;

1.11
date	2006.06.25.16.38.47;	author clsung;	state Exp;
branches;
next	1.10;

1.10
date	2005.02.18.10.34.33;	author tobez;	state Exp;
branches;
next	1.9;

1.9
date	2004.10.13.18.10.00;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2003.10.24.12.05.00;	author ijliao;	state Exp;
branches;
next	1.7;

1.7
date	2003.06.12.16.41.14;	author erwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.21.14.01.28;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2003.01.30.04.22.09;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2002.08.23.09.07.42;	author kevlo;	state Exp;
branches;
next	1.3;

1.3
date	2002.07.26.13.55.05;	author pat;	state Exp;
branches;
next	1.2;

1.2
date	2002.02.28.22.57.50;	author tom;	state Exp;
branches;
next	1.1;

1.1
date	2001.07.08.17.43.10;	author tom;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WWW-Search-Google
# Date created:				8 July 2001
# Whom:					Tom Hukins <tom@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-WWW-Search-Google/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WWW-Search-Google
PORTVERSION=	0.23
PORTEPOCH=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:LBROCARD
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl WWW::Search class for searching Google

BUILD_DEPENDS=	p5-WWW-Search>=0:${PORTSDIR}/www/p5-WWW-Search \
		p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \
		p5-Net-Google>=0:${PORTSDIR}/net/p5-Net-Google
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		WWW::Search::Google.3

.include <bsd.port.mk>
@


1.16
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.15
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d19 3
a21 3
BUILD_DEPENDS=	${SITE_PERL}/WWW/Search.pm:${PORTSDIR}/www/p5-WWW-Search \
		${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \
		${SITE_PERL}/Net/Google.pm:${PORTSDIR}/net/p5-Net-Google
@


1.14
log
@Move these ports to the new CPAN macro. Just for the test.
@
text
@d22 1
a22 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.13
log
@- Update to 0.23

Changes:	http://search.cpan.org/dist/WWW-Search-Google/Changes
@
text
@d13 1
@


1.12
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	0.22
a24 4
post-patch:
	@@${PERL} -pi -e '$$_="" if /no warnings/;' \
		${WRKSRC}/Google.pm

@


1.11
log
@- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@@, so approved by
  portmgr (erwin) first.

PR:		ports/98755
Submitted by:	rafan
Approved by:	portmgr (erwin)
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	WWW
@


1.10
log
@Update to 0.22.
Assign maintainer to perl@@.
Fix plist.
@
text
@a29 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.9
log
@Drop maintainership
@
text
@d9 1
a9 1
PORTVERSION=	0.21
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.8
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d16 1
a16 1
MAINTAINER=	erwin@@FreeBSD.org
@


1.7
log
@Change to my FreeBSD.org address
@
text
@d19 3
a21 3
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/WWW/Search.pm:${PORTSDIR}/www/p5-WWW-Search \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Google.pm:${PORTSDIR}/net/p5-Net-Google
@


1.6
log
@De-pkg-comment.
@
text
@d16 1
a16 1
MAINTAINER=	erwin@@lansing.dk
@


1.5
log
@maintainer-update www/p5-WWW-Search-Google to 0.21

PR:		ports/47294
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d17 1
@


1.4
log
@Update to 0.20

PR: 41883
Submitted by: MAINTAINER
@
text
@d9 1
a9 1
PORTVERSION=	0.20
d19 2
a20 1
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
@


1.3
log
@- Unbreak and update to 0.19
- Bump PORTEPOCH
- rewrite pkg-descr to note that a valid key is required from Google
- Give maintainership to submitter

PR:		ports/41005
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d9 1
a9 1
PORTVERSION=	0.19
@


1.2
log
@Mark this Port as BROKEN
@
text
@d9 2
a10 1
PORTVERSION=	2.21
d13 1
a13 1
MASTER_SITE_SUBDIR=	WWW/JSMYSER
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d18 3
a20 1
RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/WWW/Search.pm:${PORTSDIR}/www/p5-WWW-Search
d22 1
a22 1
BROKEN=		'Port no longer returns search results from Google'
d24 3
a26 1
PERL_CONFIGURE=	yes
@


1.1
log
@Add Perl WWW:Search module for Google
@
text
@d19 2
@

