diff options
author | wiz <wiz@pkgsrc.org> | 2010-10-19 12:03:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-10-19 12:03:46 +0000 |
commit | 207cba89aefb3dec3b1bfcf8a4f50ac8a6088936 (patch) | |
tree | 79c0ed49d4540d1956bf0d5f690e6a570fad9560 /net | |
parent | e4feed583133debfd30df8ecf090f1b19863f46c (diff) | |
download | pkgsrc-207cba89aefb3dec3b1bfcf8a4f50ac8a6088936.tar.gz |
Initial import of p5-Net-Google-AuthSub-0.05:
AuthSub is Google's method of authentication for their web services.
It is also used by other web sites.
This package contains a perl module to interact with such sites.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Google-AuthSub/DESCR | 4 | ||||
-rw-r--r-- | net/p5-Net-Google-AuthSub/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-Google-AuthSub/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/net/p5-Net-Google-AuthSub/DESCR b/net/p5-Net-Google-AuthSub/DESCR new file mode 100644 index 00000000000..6020ef2f678 --- /dev/null +++ b/net/p5-Net-Google-AuthSub/DESCR @@ -0,0 +1,4 @@ +AuthSub is Google's method of authentication for their web services. +It is also used by other web sites. + +This package contains a perl module to interact with such sites. diff --git a/net/p5-Net-Google-AuthSub/Makefile b/net/p5-Net-Google-AuthSub/Makefile new file mode 100644 index 00000000000..4e0b94da395 --- /dev/null +++ b/net/p5-Net-Google-AuthSub/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/10/19 12:03:46 wiz Exp $ + +DISTNAME= Net-Google-AuthSub-0.5 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-Google-AuthSub/ +COMMENT= Perl module for interacting with sites using Google-style AuthSub +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/Net/Google/AuthSub/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-Google-AuthSub/distinfo b/net/p5-Net-Google-AuthSub/distinfo new file mode 100644 index 00000000000..880d38601c8 --- /dev/null +++ b/net/p5-Net-Google-AuthSub/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/10/19 12:03:46 wiz Exp $ + +SHA1 (Net-Google-AuthSub-0.5.tar.gz) = a09dac18f6d62006923e75199a8aa945f080e05a +RMD160 (Net-Google-AuthSub-0.5.tar.gz) = c3e261b27d83c29664a46b433258b1face491a03 +Size (Net-Google-AuthSub-0.5.tar.gz) = 5952 bytes |