mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add p5-Net-Google 0.5,
simple OOP-ish interface to the Google SOAP API.
This commit is contained in:
parent
d224c161d9
commit
6c8cf57f0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60581
@ -321,6 +321,7 @@
|
||||
SUBDIR += p5-Net-DLookup
|
||||
SUBDIR += p5-Net-DNS
|
||||
SUBDIR += p5-Net-Daemon
|
||||
SUBDIR += p5-Net-Google
|
||||
SUBDIR += p5-Net-ICQ2000
|
||||
SUBDIR += p5-Net-IPv4Addr
|
||||
SUBDIR += p5-Net-IPv6Addr
|
||||
|
26
net/p5-Net-Google/Makefile
Normal file
26
net/p5-Net-Google/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: Net-Google
|
||||
# Date created: 04 June 2002
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Google
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Google.3 Net::Google::Cache.3 Net::Google::Response.3 \
|
||||
Net::Google::Search.3 Net::Google::Spelling.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-Net-Google/distinfo
Normal file
1
net/p5-Net-Google/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Net-Google-0.5.tar.gz) = 9761c8b8c94074e436d390cba7795fad
|
1
net/p5-Net-Google/pkg-comment
Normal file
1
net/p5-Net-Google/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
simple OOP-ish interface to the Google SOAP API
|
1
net/p5-Net-Google/pkg-descr
Normal file
1
net/p5-Net-Google/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Provides a simple OOP-ish interface to the Google SOAP API
|
12
net/p5-Net-Google/pkg-plist
Normal file
12
net/p5-Net-Google/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Google/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/Google.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Cache.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Response.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Search.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Services/GoogleSearch.wsdl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Spelling.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Google/Services
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Google
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Google
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user