11054fb265
OAuth 1.0 signed requests. You should familiarise yourself with OAuth at http://oauth.net/. WWW: http://search.cpan.org/dist/LWP-Authen-OAuth/
26 lines
539 B
Makefile
26 lines
539 B
Makefile
# New ports collection makefile for: LWP::Authen::OAuth
|
|
# Date created: 18 May 2011
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= LWP-Authen-OAuth
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to generate signed OAuth requests
|
|
|
|
RUN_DEPENDS= \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-URI>0:${PORTSDIR}/net/p5-URI
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= LWP::Authen::OAuth.3
|
|
|
|
.include <bsd.port.mk>
|