1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

fix missing dependency

Submitted by:	wxs
This commit is contained in:
Lars Balker Rasmussen 2010-12-10 18:06:21 +00:00
parent 82ae858843
commit 172368d4ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265998

View File

@ -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