2013-09-21 00:10:23 +02:00
|
|
|
# Created by: skreuzer
|
2009-04-02 16:35:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-OAuth-Simple
|
2010-09-09 16:30:17 +02:00
|
|
|
PORTVERSION= 1.5
|
2009-04-02 16:35:47 +02:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
|
|
COMMENT= Simple wrapper around the OAuth protocol
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Crypt-SSLeay>=0.57:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
|
|
|
p5-libwww>=5.825:${PORTSDIR}/www/p5-libwww \
|
2010-09-09 16:30:17 +02:00
|
|
|
p5-Net-OAuth>=0.27:${PORTSDIR}/net/p5-Net-OAuth \
|
2009-04-02 16:35:47 +02:00
|
|
|
p5-URI>=1.37:${PORTSDIR}/net/p5-URI \
|
|
|
|
p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-04-02 16:35:47 +02:00
|
|
|
|
2013-09-06 16:30:23 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-04-02 16:35:47 +02:00
|
|
|
MAN3= Net::OAuth::Simple.3
|
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2009-04-02 16:35:47 +02:00
|
|
|
.include <bsd.port.mk>
|