- Add p5-Net-OAuth2 0.07

Net::OAuth2 provides OAuth 2.0 for Perl.

WWW: http://search.cpan.org/dist/Net-OAuth2/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-04-30 03:11:26 +00:00
parent 516ddfa29c
commit 51281a2450
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295705
5 changed files with 51 additions and 0 deletions

View File

@ -608,6 +608,7 @@
SUBDIR += p5-Net-Nessus-XMLRPC
SUBDIR += p5-Net-OAuth
SUBDIR += p5-Net-OAuth-Simple
SUBDIR += p5-Net-OAuth2
SUBDIR += p5-Net-OpenID-Consumer
SUBDIR += p5-Net-OpenSSH
SUBDIR += p5-Net-Packet

View File

@ -0,0 +1,36 @@
# New ports collection makefile for: p5-Net-OAuth2
# Date created: 2012-04-30
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-OAuth2
PORTVERSION= 0.07
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= OAuth 2.0 for Perl
BUILD_DEPENDS= p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Mock-LWP-Dispatch>=0:${PORTSDIR}/devel/p5-Test-Mock-LWP-Dispatch \
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
PERL_CONFIGURE= yes
MAN3= Net::OAuth2.3 \
Net::OAuth2::AccessToken.3 \
Net::OAuth2::Client.3 \
Net::OAuth2::Profile::Base.3 \
Net::OAuth2::Profile::WebServer.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Net-OAuth2-0.07.tar.gz) = c2e1e9c8c7e2145f84642815bc740f7d284e34dca6624dc507edfa3070d0c2f1
SIZE (Net-OAuth2-0.07.tar.gz) = 8369

View File

@ -0,0 +1,3 @@
Net::OAuth2 provides OAuth 2.0 for Perl.
WWW: http://search.cpan.org/dist/Net-OAuth2/

View File

@ -0,0 +1,9 @@
%%SITE_PERL%%/Net/OAuth2.pm
%%SITE_PERL%%/Net/OAuth2/AccessToken.pm
%%SITE_PERL%%/Net/OAuth2/Client.pm
%%SITE_PERL%%/Net/OAuth2/Profile/Base.pm
%%SITE_PERL%%/Net/OAuth2/Profile/WebServer.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OAuth2/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OAuth2
@dirrmtry %%SITE_PERL%%/Net/OAuth2/Profile
@dirrmtry %%SITE_PERL%%/Net/OAuth2