aboutsummaryrefslogtreecommitdiff
path: root/net/p5-POE-Component-Client-Twitter
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-11-18 23:35:54 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-11-18 23:35:54 +0000
commit817763946d970c5958724d3a1fba9457500c2ee4 (patch)
tree368256775d4deb99e6ef9bd92f747a6e5ae66701 /net/p5-POE-Component-Client-Twitter
parentf0f3025d7d1db9ac0badb02b6e86f6398cb7e024 (diff)
downloadports-817763946d970c5958724d3a1fba9457500c2ee4.tar.gz
ports-817763946d970c5958724d3a1fba9457500c2ee4.zip
Fix after latest devel/p5-Test-Base update.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=372756
Diffstat (limited to 'net/p5-POE-Component-Client-Twitter')
-rw-r--r--net/p5-POE-Component-Client-Twitter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-POE-Component-Client-Twitter/Makefile b/net/p5-POE-Component-Client-Twitter/Makefile
index 4b1cb3890d25..ae1ba00a43b3 100644
--- a/net/p5-POE-Component-Client-Twitter/Makefile
+++ b/net/p5-POE-Component-Client-Twitter/Makefile
@@ -3,7 +3,7 @@
PORTNAME= POE-Component-Client-Twitter
PORTVERSION= 0.01
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
+ p5-Module-Install-TestBase>=0:${PORTSDIR}/devel/p5-Module-Install-TestBase \
p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install
RUN_DEPENDS:= ${BUILD_DEPENDS}