diff options
author | adamw <adamw@FreeBSD.org> | 2015-03-25 23:11:33 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-03-25 23:11:33 +0800 |
commit | 252c0f89538d51d9656ad9b2d3cb8624c20d2b5b (patch) | |
tree | 1c860252418fb32dc35719afe4f3433353db3d9f /net/p5-Net-Twitter/Makefile | |
parent | 599e2e58ca86095ca3340b37e8fc39160c1fe897 (diff) | |
download | freebsd-ports-gnome-252c0f89538d51d9656ad9b2d3cb8624c20d2b5b.tar.gz freebsd-ports-gnome-252c0f89538d51d9656ad9b2d3cb8624c20d2b5b.tar.zst freebsd-ports-gnome-252c0f89538d51d9656ad9b2d3cb8624c20d2b5b.zip |
Update to 4.01009.
Changes:
- Added Application-Only Authentication via trait AppAuth
Diffstat (limited to 'net/p5-Net-Twitter/Makefile')
-rw-r--r-- | net/p5-Net-Twitter/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/p5-Net-Twitter/Makefile b/net/p5-Net-Twitter/Makefile index 0d0879adc840..4318bc5c86ae 100644 --- a/net/p5-Net-Twitter/Makefile +++ b/net/p5-Net-Twitter/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Twitter -PORTVERSION= 4.01008 +PORTVERSION= 4.01009 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,17 +22,18 @@ BUILD_DEPENDS= p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan \ p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Role-Parameterized>=0:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \ + p5-Net-OAuth>=0:${PORTSDIR}/net/p5-Net-OAuth \ p5-Try-Tiny>=0.03:${PORTSDIR}/lang/p5-Try-Tiny \ p5-URI>=1.40:${PORTSDIR}/net/p5-URI \ p5-libwww>=2.032:${PORTSDIR}/www/p5-libwww \ p5-namespace-autoclean>=0.09:${PORTSDIR}/devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Net-OAuth>=0:${PORTSDIR}/net/p5-Net-OAuth \ - p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ +TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn |