diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-02-03 12:52:10 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-02-03 12:52:10 +0800 |
commit | c596f1f26ebda0f9bda623cdad4f7bd27486dc6b (patch) | |
tree | 183876641554fad2303dbb3e263c33f5ccbb3f32 /net | |
parent | 8516e62259eca374aa0b3526d2b81a786538e235 (diff) | |
download | freebsd-ports-gnome-c596f1f26ebda0f9bda623cdad4f7bd27486dc6b.tar.gz freebsd-ports-gnome-c596f1f26ebda0f9bda623cdad4f7bd27486dc6b.tar.zst freebsd-ports-gnome-c596f1f26ebda0f9bda623cdad4f7bd27486dc6b.zip |
OAuth framework.
WWW: http://search.cpan.org/dist/OAuth-Lite/
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-OAuth-Lite/Makefile | 48 | ||||
-rw-r--r-- | net/p5-OAuth-Lite/distinfo | 3 | ||||
-rw-r--r-- | net/p5-OAuth-Lite/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-OAuth-Lite/pkg-plist | 22 |
5 files changed, 77 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 4cd54898dc75..c38c3e55930c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -628,6 +628,7 @@ SUBDIR += p5-NetAddr-IP-Count SUBDIR += p5-NetPacket SUBDIR += p5-OAI-Harvester + SUBDIR += p5-OAuth-Lite SUBDIR += p5-OurNet-BBS SUBDIR += p5-OurNet-BBSAgent SUBDIR += p5-POE-Component-Client-Ident diff --git a/net/p5-OAuth-Lite/Makefile b/net/p5-OAuth-Lite/Makefile new file mode 100644 index 000000000000..322040c0b618 --- /dev/null +++ b/net/p5-OAuth-Lite/Makefile @@ -0,0 +1,48 @@ +# New ports collection makefile for: OAuth::Lite +# Date created: 03 Feb 2010 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= OAuth-Lite +PORTVERSION= 1.23 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/L/LY/LYOKATO +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for OAuth framework + +RUN_DEPENDS= \ + p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Class-Data-Accessor>=0.04001:${PORTSDIR}/devel/p5-Class-Data-Accessor \ + p5-Class-ErrorHandler>=0.01:${PORTSDIR}/devel/p5-Class-ErrorHandler \ + p5-Crypt-OpenSSL-RSA>=0.25:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ + p5-Crypt-OpenSSL-Random>=0.04:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random \ + p5-Digest-SHA>=5.45:${PORTSDIR}/security/p5-Digest-SHA \ + p5-libwww>0:${PORTSDIR}/www/p5-libwww \ + p5-List-MoreUtils>=0.21:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require \ + p5-URI>=1.35:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= OAuth::Lite.3 \ + OAuth::Lite::Agent.3 \ + OAuth::Lite::AuthMethod.3 \ + OAuth::Lite::Consumer.3 \ + OAuth::Lite::Problems.3 \ + OAuth::Lite::Server::Test::Echo.3 \ + OAuth::Lite::Server::mod_perl2.3 \ + OAuth::Lite::ServerUtil.3 \ + OAuth::Lite::SignatureMethod.3 \ + OAuth::Lite::SignatureMethod::HMAC_SHA1.3 \ + OAuth::Lite::SignatureMethod::PLAINTEXT.3 \ + OAuth::Lite::SignatureMethod::RSA_SHA1.3 \ + OAuth::Lite::Token.3 \ + OAuth::Lite::Util.3 + +.include <bsd.port.mk> diff --git a/net/p5-OAuth-Lite/distinfo b/net/p5-OAuth-Lite/distinfo new file mode 100644 index 000000000000..0fd3771ba7e5 --- /dev/null +++ b/net/p5-OAuth-Lite/distinfo @@ -0,0 +1,3 @@ +MD5 (OAuth-Lite-1.23.tar.gz) = 12b79887ae6b12a74c7736f038c165e3 +SHA256 (OAuth-Lite-1.23.tar.gz) = ffcd99070a13691de6de3beef30d791a8616591982be4802a369695c41e6f706 +SIZE (OAuth-Lite-1.23.tar.gz) = 47468 diff --git a/net/p5-OAuth-Lite/pkg-descr b/net/p5-OAuth-Lite/pkg-descr new file mode 100644 index 000000000000..3aec5a49c9a7 --- /dev/null +++ b/net/p5-OAuth-Lite/pkg-descr @@ -0,0 +1,3 @@ +OAuth framework. + +WWW: http://search.cpan.org/dist/OAuth-Lite/ diff --git a/net/p5-OAuth-Lite/pkg-plist b/net/p5-OAuth-Lite/pkg-plist new file mode 100644 index 000000000000..8157411f2f13 --- /dev/null +++ b/net/p5-OAuth-Lite/pkg-plist @@ -0,0 +1,22 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/OAuth/Lite/.packlist +%%SITE_PERL%%/OAuth/Lite.pm +%%SITE_PERL%%/OAuth/Lite/Agent.pm +%%SITE_PERL%%/OAuth/Lite/AuthMethod.pm +%%SITE_PERL%%/OAuth/Lite/Consumer.pm +%%SITE_PERL%%/OAuth/Lite/Problems.pm +%%SITE_PERL%%/OAuth/Lite/Server/Test/Echo.pm +%%SITE_PERL%%/OAuth/Lite/Server/mod_perl2.pm +%%SITE_PERL%%/OAuth/Lite/ServerUtil.pm +%%SITE_PERL%%/OAuth/Lite/SignatureMethod.pm +%%SITE_PERL%%/OAuth/Lite/SignatureMethod/HMAC_SHA1.pm +%%SITE_PERL%%/OAuth/Lite/SignatureMethod/PLAINTEXT.pm +%%SITE_PERL%%/OAuth/Lite/SignatureMethod/RSA_SHA1.pm +%%SITE_PERL%%/OAuth/Lite/Token.pm +%%SITE_PERL%%/OAuth/Lite/Util.pm +@dirrm %%SITE_PERL%%/OAuth/Lite/SignatureMethod +@dirrm %%SITE_PERL%%/OAuth/Lite/Server/Test +@dirrm %%SITE_PERL%%/OAuth/Lite/Server +@dirrm %%SITE_PERL%%/OAuth/Lite +@dirrmtry %%SITE_PERL%%/OAuth +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OAuth/Lite +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OAuth |