2013-09-21 00:10:23 +02:00
|
|
|
# Created by: ijliao
|
2007-10-24 12:22:06 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-OAuth
|
2012-02-23 03:13:37 +01:00
|
|
|
PORTVERSION= 0.28
|
2007-10-24 12:22:06 +02:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-06-20 23:09:33 +02:00
|
|
|
MAINTAINER= sahil@FreeBSD.org
|
2007-10-24 12:22:06 +02:00
|
|
|
COMMENT= An implementation of the OAuth protocol
|
|
|
|
|
2011-12-05 04:39:17 +01:00
|
|
|
BUILD_DEPENDS= p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
|
|
p5-Class-Data-Inheritable>=0.06:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
2007-10-24 12:22:06 +02:00
|
|
|
p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \
|
2011-12-05 04:39:17 +01:00
|
|
|
p5-URI>=1.35:${PORTSDIR}/net/p5-URI
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2012-03-01 20:13:37 +01:00
|
|
|
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
2007-10-24 12:22:06 +02:00
|
|
|
|
2013-09-06 11:21:19 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2007-10-24 12:22:06 +02:00
|
|
|
|
2008-06-03 18:00:43 +02:00
|
|
|
MAN3= Net::OAuth.3 \
|
2012-02-23 03:13:37 +01:00
|
|
|
Net::OAuth::AccessToken.3 \
|
2008-06-03 18:00:43 +02:00
|
|
|
Net::OAuth::AccessTokenRequest.3 \
|
|
|
|
Net::OAuth::AccessTokenResponse.3 \
|
2012-02-23 03:13:37 +01:00
|
|
|
Net::OAuth::Client.3 \
|
2009-06-19 01:18:22 +02:00
|
|
|
Net::OAuth::ConsumerRequest.3 \
|
2008-06-03 18:00:43 +02:00
|
|
|
Net::OAuth::Message.3 \
|
2007-10-24 12:22:06 +02:00
|
|
|
Net::OAuth::ProtectedResourceRequest.3 \
|
|
|
|
Net::OAuth::Request.3 \
|
|
|
|
Net::OAuth::RequestTokenRequest.3 \
|
2008-06-03 18:00:43 +02:00
|
|
|
Net::OAuth::RequestTokenResponse.3 \
|
|
|
|
Net::OAuth::Response.3 \
|
2007-10-24 12:22:06 +02:00
|
|
|
Net::OAuth::SignatureMethod::HMAC_SHA1.3 \
|
2012-02-23 03:13:37 +01:00
|
|
|
Net::OAuth::SignatureMethod::HMAC_SHA256.3 \
|
2007-10-24 12:22:06 +02:00
|
|
|
Net::OAuth::SignatureMethod::PLAINTEXT.3 \
|
2008-06-03 18:00:43 +02:00
|
|
|
Net::OAuth::SignatureMethod::RSA_SHA1.3 \
|
|
|
|
Net::OAuth::UserAuthRequest.3 \
|
|
|
|
Net::OAuth::UserAuthResponse.3 \
|
2009-06-19 01:18:22 +02:00
|
|
|
Net::OAuth::V1_0A::AccessTokenRequest.3 \
|
|
|
|
Net::OAuth::V1_0A::RequestTokenRequest.3 \
|
|
|
|
Net::OAuth::V1_0A::RequestTokenResponse.3 \
|
2010-04-03 12:25:16 +02:00
|
|
|
Net::OAuth::V1_0A::UserAuthResponse.3 \
|
2010-06-20 23:09:33 +02:00
|
|
|
Net::OAuth::XauthAccessTokenRequest.3 \
|
|
|
|
Net::OAuth::YahooAccessTokenRefreshRequest.3
|
2007-10-24 12:22:06 +02:00
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2013-06-18 15:49:02 +02:00
|
|
|
.include <bsd.port.mk>
|