diff options
author | heinz <heinz> | 2007-05-06 14:00:56 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-05-06 14:00:56 +0000 |
commit | d0729cd160f1c56444cb2ba5c6411f5e3accd623 (patch) | |
tree | 40af98b6fb90faea4a316e55fdb13106cb648dc8 /net | |
parent | 8bfaa94a4006550be5a096c3548bb54be90ef31b (diff) | |
download | pkgsrc-d0729cd160f1c56444cb2ba5c6411f5e3accd623.tar.gz |
Initial import of p5-Net-OpenID-Consumer 0.13.
This is the Perl API for (the consumer half of) OpenID, a distributed
identity system based on proving you own a URL, which is then your
identity. More information is available at:
http://openid.net/
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-OpenID-Consumer/DESCR | 5 | ||||
-rw-r--r-- | net/p5-Net-OpenID-Consumer/Makefile | 27 | ||||
-rw-r--r-- | net/p5-Net-OpenID-Consumer/PLIST | 1 | ||||
-rw-r--r-- | net/p5-Net-OpenID-Consumer/distinfo | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/net/p5-Net-OpenID-Consumer/DESCR b/net/p5-Net-OpenID-Consumer/DESCR new file mode 100644 index 00000000000..6ad73c55115 --- /dev/null +++ b/net/p5-Net-OpenID-Consumer/DESCR @@ -0,0 +1,5 @@ +This is the Perl API for (the consumer half of) OpenID, a distributed +identity system based on proving you own a URL, which is then your +identity. More information is available at: + + http://www.danga.com/openid/ diff --git a/net/p5-Net-OpenID-Consumer/Makefile b/net/p5-Net-OpenID-Consumer/Makefile new file mode 100644 index 00000000000..2ba78f1c91c --- /dev/null +++ b/net/p5-Net-OpenID-Consumer/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/06 14:00:56 heinz Exp $ +# + +DISTNAME= Net-OpenID-Consumer-0.13 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-OpenID-Consumer/ +COMMENT= Perl library for consumers of OpenID identities + +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-Crypt-DH>=0.05:../../security/p5-Crypt-DH +DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 +DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +DEPENDS+= p5-Time-Local-[0-9]*:../../time/p5-Time-Local +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-URI-Fetch>=0.02:../../www/p5-URI-Fetch + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Net/OpenID/Consumer/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-OpenID-Consumer/PLIST b/net/p5-Net-OpenID-Consumer/PLIST new file mode 100644 index 00000000000..11c119c9d99 --- /dev/null +++ b/net/p5-Net-OpenID-Consumer/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/06 14:00:56 heinz Exp $ diff --git a/net/p5-Net-OpenID-Consumer/distinfo b/net/p5-Net-OpenID-Consumer/distinfo new file mode 100644 index 00000000000..8d75e4703ec --- /dev/null +++ b/net/p5-Net-OpenID-Consumer/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/05/06 14:00:56 heinz Exp $ + +SHA1 (Net-OpenID-Consumer-0.13.tar.gz) = 98946e866c320ec1d75c0dd5b398498a48774127 +RMD160 (Net-OpenID-Consumer-0.13.tar.gz) = 9ab4c99b3e30e2778122fe251483532f7055078a +Size (Net-OpenID-Consumer-0.13.tar.gz) = 17395 bytes |