diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-18 23:35:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-18 23:35:54 +0000 |
commit | 817763946d970c5958724d3a1fba9457500c2ee4 (patch) | |
tree | 368256775d4deb99e6ef9bd92f747a6e5ae66701 /net/p5-POE-Component-Client-Twitter/Makefile | |
parent | f0f3025d7d1db9ac0badb02b6e86f6398cb7e024 (diff) |
Notes
Diffstat (limited to 'net/p5-POE-Component-Client-Twitter/Makefile')
-rw-r--r-- | net/p5-POE-Component-Client-Twitter/Makefile | 3 |
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} |