Initial import of p5-Net-Google 0.61 into the NetBSD packages collection.
Net::Google provides a simple OOP-ish interface to the Google SOAP API.
This commit is contained in:
parent
9eb0d09910
commit
e906822d88
5 changed files with 40 additions and 0 deletions
2
net/p5-Net-Google/DESCR
Normal file
2
net/p5-Net-Google/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Net::Google provides a simple OOP-ish interface to the Google SOAP
|
||||
API.
|
15
net/p5-Net-Google/Makefile
Normal file
15
net/p5-Net-Google/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/04/09 11:31:55 grant Exp $
|
||||
|
||||
DISTNAME= Net-Google-0.61
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net perl5 www
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
COMMENT= Perl module for accessing Google search engine
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Google/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
net/p5-Net-Google/PLIST
Normal file
1
net/p5-Net-Google/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/09 11:31:55 grant Exp $
|
18
net/p5-Net-Google/buildlink2.mk
Normal file
18
net/p5-Net-Google/buildlink2.mk
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.1.1.1 2004/04/09 11:31:55 grant Exp $
|
||||
#
|
||||
|
||||
.if !defined(P5_NET_GOOGLE_BUILDLINK2_MK)
|
||||
P5_NET_GOOGLE_BUILDLINK2_MK= # defined
|
||||
|
||||
BUILDLINK_PACKAGES+= p5-Net-Google
|
||||
BUILDLINK_DEPENDS.p5-Net-Google?= p5-Net-Google>=0.61
|
||||
BUILDLINK_PKGSRCDIR.p5-Net-Google?= ../../net/p5-Net-Google
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.p5-Net-Google=p5-Net-Google
|
||||
BUILDLINK_PREFIX.p5-Net-Google_DEFAULT= ${LOCALBASE}
|
||||
|
||||
BUILDLINK_TARGETS+= p5-Net-Google-buildlink
|
||||
|
||||
p5-Net-Google-buildlink: _BUILDLINK_USE
|
||||
|
||||
.endif # P5_NET_GOOGLE_BUILDLINK2_MK
|
4
net/p5-Net-Google/distinfo
Normal file
4
net/p5-Net-Google/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/04/09 11:31:55 grant Exp $
|
||||
|
||||
SHA1 (Net-Google-0.61.tar.gz) = e725d58fbb168a67747d2263e25030c7d32d3eda
|
||||
Size (Net-Google-0.61.tar.gz) = 14037 bytes
|
Loading…
Reference in a new issue