2001-07-08 19:43:10 +02:00
|
|
|
# New ports collection makefile for: p5-WWW-Search-Google
|
|
|
|
# Date created: 8 July 2001
|
|
|
|
# Whom: Tom Hukins <tom@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= WWW-Search-Google
|
2005-02-18 11:34:33 +01:00
|
|
|
PORTVERSION= 0.22
|
2002-07-26 15:55:05 +02:00
|
|
|
PORTEPOCH= 1
|
2001-07-08 19:43:10 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-07-08 19:43:10 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-02-18 11:34:33 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Perl WWW::Search class for searching Google
|
2001-07-08 19:43:10 +02:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
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
|
2002-07-26 15:55:05 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2002-02-28 23:57:50 +01:00
|
|
|
|
2001-07-08 19:43:10 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2002-07-26 15:55:05 +02:00
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e '$$_="" if /no warnings/;' \
|
|
|
|
${WRKSRC}/Google.pm
|
|
|
|
|
2001-07-08 19:43:10 +02:00
|
|
|
MAN3= WWW::Search::Google.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|