diff options
author | skv <skv@FreeBSD.org> | 2002-06-04 09:04:39 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-06-04 09:04:39 +0000 |
commit | e354818ee6d58b8600b89690f544b38f62c59b1c (patch) | |
tree | 7fdec09fbe09f6bb31595c6d38e86426f8f8a011 /net/p5-Net-Google | |
parent | 7d2d00699f4534ce30db0d580357d67bf9d942a0 (diff) | |
download | FreeBSD-ports-e354818ee6d58b8600b89690f544b38f62c59b1c.zip FreeBSD-ports-e354818ee6d58b8600b89690f544b38f62c59b1c.tar.gz |
Add p5-Net-Google 0.5,
simple OOP-ish interface to the Google SOAP
API.
Diffstat (limited to 'net/p5-Net-Google')
-rw-r--r-- | net/p5-Net-Google/Makefile | 26 | ||||
-rw-r--r-- | net/p5-Net-Google/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Net-Google/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-Net-Google/pkg-descr | 1 | ||||
-rw-r--r-- | net/p5-Net-Google/pkg-plist | 12 |
5 files changed, 41 insertions, 0 deletions
diff --git a/net/p5-Net-Google/Makefile b/net/p5-Net-Google/Makefile new file mode 100644 index 0000000..609893f --- /dev/null +++ b/net/p5-Net-Google/Makefile @@ -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> diff --git a/net/p5-Net-Google/distinfo b/net/p5-Net-Google/distinfo new file mode 100644 index 0000000..c3ed59c --- /dev/null +++ b/net/p5-Net-Google/distinfo @@ -0,0 +1 @@ +MD5 (Net-Google-0.5.tar.gz) = 9761c8b8c94074e436d390cba7795fad diff --git a/net/p5-Net-Google/pkg-comment b/net/p5-Net-Google/pkg-comment new file mode 100644 index 0000000..a670655 --- /dev/null +++ b/net/p5-Net-Google/pkg-comment @@ -0,0 +1 @@ +simple OOP-ish interface to the Google SOAP API diff --git a/net/p5-Net-Google/pkg-descr b/net/p5-Net-Google/pkg-descr new file mode 100644 index 0000000..b7223cd --- /dev/null +++ b/net/p5-Net-Google/pkg-descr @@ -0,0 +1 @@ +Provides a simple OOP-ish interface to the Google SOAP API diff --git a/net/p5-Net-Google/pkg-plist b/net/p5-Net-Google/pkg-plist new file mode 100644 index 0000000..6ab138c --- /dev/null +++ b/net/p5-Net-Google/pkg-plist @@ -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 |