2007-10-24 10:22:06 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: Net::OAuth
|
|
|
|
# Date created: Oct 24, 2007
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-OAuth
|
2008-06-06 15:44:34 +00:00
|
|
|
PORTVERSION= 0.11
|
2007-10-24 10:22:06 +00:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-12-12 01:27:50 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2007-10-24 10:22:06 +00:00
|
|
|
COMMENT= An implementation of the OAuth protocol
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-UNIVERSAL-require>=0.10:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
|
|
|
p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \
|
|
|
|
p5-URI>=1.35:${PORTSDIR}/net/p5-URI \
|
|
|
|
p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
|
|
p5-Class-Data-Inheritable>=0.06:${PORTSDIR}/devel/p5-Class-Data-Inheritable
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
|
2008-06-03 16:00:43 +00:00
|
|
|
MAN3= Net::OAuth.3 \
|
|
|
|
Net::OAuth::AccessTokenRequest.3 \
|
|
|
|
Net::OAuth::AccessTokenResponse.3 \
|
|
|
|
Net::OAuth::Message.3 \
|
2007-10-24 10:22:06 +00:00
|
|
|
Net::OAuth::ProtectedResourceRequest.3 \
|
|
|
|
Net::OAuth::Request.3 \
|
|
|
|
Net::OAuth::RequestTokenRequest.3 \
|
2008-06-03 16:00:43 +00:00
|
|
|
Net::OAuth::RequestTokenResponse.3 \
|
|
|
|
Net::OAuth::Response.3 \
|
2007-10-24 10:22:06 +00:00
|
|
|
Net::OAuth::SignatureMethod::HMAC_SHA1.3 \
|
|
|
|
Net::OAuth::SignatureMethod::PLAINTEXT.3 \
|
2008-06-03 16:00:43 +00:00
|
|
|
Net::OAuth::SignatureMethod::RSA_SHA1.3 \
|
|
|
|
Net::OAuth::UserAuthRequest.3 \
|
|
|
|
Net::OAuth::UserAuthResponse.3 \
|
|
|
|
|
2007-10-24 10:22:06 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|