Add Perl WWW:Search module for Google
This commit is contained in:
parent
1ce278471a
commit
f835e3350e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44937
@ -234,6 +234,7 @@
|
||||
SUBDIR += p5-WWW-Babelfish
|
||||
SUBDIR += p5-WWW-Robot
|
||||
SUBDIR += p5-WWW-Search
|
||||
SUBDIR += p5-WWW-Search-Google
|
||||
SUBDIR += p5-libapreq
|
||||
SUBDIR += p5-libwww
|
||||
SUBDIR += peacock
|
||||
|
24
www/p5-WWW-Search-Google/Makefile
Normal file
24
www/p5-WWW-Search-Google/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# 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
|
||||
PORTVERSION= 2.21
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= WWW/JSMYSER
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/WWW/Search.pm:${PORTSDIR}/www/p5-WWW-Search
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= WWW::Search::Google.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/p5-WWW-Search-Google/distinfo
Normal file
1
www/p5-WWW-Search-Google/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (WWW-Search-Google-2.21.tar.gz) = 6d1864cccfaedafbf9be976b15e70bc7
|
1
www/p5-WWW-Search-Google/pkg-comment
Normal file
1
www/p5-WWW-Search-Google/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl WWW::Search class for searching Google
|
2
www/p5-WWW-Search-Google/pkg-descr
Normal file
2
www/p5-WWW-Search-Google/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
A Google specialization of Perl's WWW::Search module for making and
|
||||
interpreting Google searches.
|
3
www/p5-WWW-Search-Google/pkg-plist
Normal file
3
www/p5-WWW-Search-Google/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Google.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Search/Google/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Search/Google
|
Loading…
Reference in New Issue
Block a user