diff options
author | seb <seb> | 2010-07-30 12:58:27 +0000 |
---|---|---|
committer | seb <seb> | 2010-07-30 12:58:27 +0000 |
commit | ec847a225779d1f31c3c2f6c8fb6d74b049a68c8 (patch) | |
tree | 3840c3ebcb1a58b37571a2e61f492740e8721d46 /net/p5-Net-Google-Code | |
parent | ee3e82ca0d997f1b808076559e2a03ce4bf8e123 (diff) | |
download | pkgsrc-ec847a225779d1f31c3c2f6c8fb6d74b049a68c8.tar.gz |
Initial import of p5-Net-Google-Code version 0.19 in the NetBSD
Packages Collection.
The Perl 5 module Net::Google::Code is a simple client library for
projects hosted in Google Code. It uses Google's official API and
web scrapping techniques.
Diffstat (limited to 'net/p5-Net-Google-Code')
-rw-r--r-- | net/p5-Net-Google-Code/DESCR | 3 | ||||
-rw-r--r-- | net/p5-Net-Google-Code/Makefile | 36 | ||||
-rw-r--r-- | net/p5-Net-Google-Code/distinfo | 5 |
3 files changed, 44 insertions, 0 deletions
diff --git a/net/p5-Net-Google-Code/DESCR b/net/p5-Net-Google-Code/DESCR new file mode 100644 index 00000000000..f8d638a63cc --- /dev/null +++ b/net/p5-Net-Google-Code/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module Net::Google::Code is a simple client library for +projects hosted in Google Code. It uses Google's official API and +web scrapping techniques. diff --git a/net/p5-Net-Google-Code/Makefile b/net/p5-Net-Google-Code/Makefile new file mode 100644 index 00000000000..ac51ed1c66a --- /dev/null +++ b/net/p5-Net-Google-Code/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/30 12:58:27 seb Exp $ +# + +DISTNAME= Net-Google-Code-0.19 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= net devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-Google-Code/ +COMMENT= Perl 5 simple client library for google code +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Net/Google/Code/.packlist +PERL5_MODULE_TYPE= Module::Install::Bundled + +BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp +BUILD_DEPENDS+= p5-Test-Mock-LWP-[0-9]*:../../devel/p5-Test-Mock-LWP +BUILD_DEPENDS+= p5-Test-MockModule-[0-9]*:../../devel/p5-Test-MockModule +DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose +DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime +DEPENDS+= p5-File-MMagic-[0-9]*:../../misc/p5-File-MMagic +DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree +DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON +DEPENDS+= p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types +DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-WWW-Mechanize-[0-9]*:../../www/p5-WWW-Mechanize +DEPENDS+= p5-XML-FeedPP-[0-9]*:../../textproc/p5-XML-FeedPP + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-Google-Code/distinfo b/net/p5-Net-Google-Code/distinfo new file mode 100644 index 00000000000..e766186d5a3 --- /dev/null +++ b/net/p5-Net-Google-Code/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/30 12:58:27 seb Exp $ + +SHA1 (Net-Google-Code-0.19.tar.gz) = 4e039794fce106a0d4cd99b1ca4a6766faefe199 +RMD160 (Net-Google-Code-0.19.tar.gz) = dcb5bf55447d100f4964104bd0396b6a32b66e42 +Size (Net-Google-Code-0.19.tar.gz) = 73482 bytes |