mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
44 lines
1.2 KiB
Makefile
44 lines
1.2 KiB
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: Net::OAuth
|
|
# Date created: Oct 24, 2007
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-OAuth
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
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
|
|
|
|
MAN3= Net::OAuth.3 \
|
|
Net::OAuth::AccessTokenRequest.3 \
|
|
Net::OAuth::AccessTokenResponse.3 \
|
|
Net::OAuth::Message.3 \
|
|
Net::OAuth::ProtectedResourceRequest.3 \
|
|
Net::OAuth::Request.3 \
|
|
Net::OAuth::RequestTokenRequest.3 \
|
|
Net::OAuth::RequestTokenResponse.3 \
|
|
Net::OAuth::Response.3 \
|
|
Net::OAuth::SignatureMethod::HMAC_SHA1.3 \
|
|
Net::OAuth::SignatureMethod::PLAINTEXT.3 \
|
|
Net::OAuth::SignatureMethod::RSA_SHA1.3 \
|
|
Net::OAuth::UserAuthRequest.3 \
|
|
Net::OAuth::UserAuthResponse.3 \
|
|
|
|
|
|
.include <bsd.port.mk>
|