mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add www/p5-Yahoo-Search 1.10.13, a Perl interface to the Yahoo! Search
public API.
This commit is contained in:
parent
2b8ab34d35
commit
3957591c40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187873
@ -877,6 +877,7 @@
|
||||
SUBDIR += p5-WebService-Technorati
|
||||
SUBDIR += p5-WebService-YouTube
|
||||
SUBDIR += p5-Xango
|
||||
SUBDIR += p5-Yahoo-Search
|
||||
SUBDIR += p5-libapreq
|
||||
SUBDIR += p5-libapreq-static
|
||||
SUBDIR += p5-libapreq2
|
||||
|
30
www/p5-Yahoo-Search/Makefile
Normal file
30
www/p5-Yahoo-Search/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: www/p5-Yahoo-Search
|
||||
# Date created: 21 March 2007
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Yahoo-Search
|
||||
PORTVERSION= 1.10.13
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Yahoo
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Perl interface to the Yahoo Search public API
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Yahoo::Search.3 \
|
||||
Yahoo::Search::Request.3 \
|
||||
Yahoo::Search::Response.3 \
|
||||
Yahoo::Search::Result.3 \
|
||||
Yahoo::Search::XML.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Yahoo-Search/distinfo
Normal file
3
www/p5-Yahoo-Search/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Yahoo-Search-1.10.13.tar.gz) = c13bbc74e5a46f11d639c9c5a3e84bfd
|
||||
SHA256 (Yahoo-Search-1.10.13.tar.gz) = 06b9bf27fcbbe3e53adc3ff5fa551cda8011591067025c618bfdae68d500f8ca
|
||||
SIZE (Yahoo-Search-1.10.13.tar.gz) = 36157
|
5
www/p5-Yahoo-Search/pkg-descr
Normal file
5
www/p5-Yahoo-Search/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Yahoo::Search provides a rich and full-featured set of classes for
|
||||
accessing the various features of Yahoo! Search, and also offers a
|
||||
variety of shortcuts to allow simple access.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Yahoo-Search/
|
10
www/p5-Yahoo-Search/pkg-plist
Normal file
10
www/p5-Yahoo-Search/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%SITE_PERL%%/Yahoo/Search.pm
|
||||
%%SITE_PERL%%/Yahoo/Search/Request.pm
|
||||
%%SITE_PERL%%/Yahoo/Search/Response.pm
|
||||
%%SITE_PERL%%/Yahoo/Search/Result.pm
|
||||
%%SITE_PERL%%/Yahoo/Search/XML.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/Search/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/Search
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo
|
||||
@dirrmtry %%SITE_PERL%%/Yahoo/Search
|
||||
@dirrmtry %%SITE_PERL%%/Yahoo
|
Loading…
Reference in New Issue
Block a user