diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2010-12-10 18:06:21 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2010-12-10 18:06:21 +0000 |
commit | 172368d4ad23eafc8f22b03d8c9ea4f892d20b4a (patch) | |
tree | 635a8fa2af51e07912963a4211b84cbd8fc9d9d3 /net/p5-Net-Twitter | |
parent | 82ae858843423c69e6cb46adeef79bc78baef31c (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Twitter')
-rw-r--r-- | net/p5-Net-Twitter/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-Twitter/Makefile b/net/p5-Net-Twitter/Makefile index 8c843611aa5e..511af22185d4 100644 --- a/net/p5-Net-Twitter/Makefile +++ b/net/p5-Net-Twitter/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-Twitter PORTVERSION= 3.14002 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,7 +23,8 @@ RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/MooseX/Traits.pm:${PORTSDIR}/devel/p5-MooseX-Traits \ ${SITE_PERL}/namespace/autoclean.pm:${PORTSDIR}/devel/p5-namespace-autoclean \ ${SITE_PERL}/Net/OAuth/Simple.pm:${PORTSDIR}/net/p5-Net-OAuth-Simple \ - ${SITE_PERL}/JSON/Any.pm:${PORTSDIR}/converters/p5-JSON-Any + ${SITE_PERL}/JSON/Any.pm:${PORTSDIR}/converters/p5-JSON-Any \ + ${SITE_PERL}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |