diff options
Diffstat (limited to 'www/p5-POE-Component-Client-HTTP/Makefile')
-rw-r--r-- | www/p5-POE-Component-Client-HTTP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-POE-Component-Client-HTTP/Makefile b/www/p5-POE-Component-Client-HTTP/Makefile index 0adf25e95e3c..35f249faf2ac 100644 --- a/www/p5-POE-Component-Client-HTTP/Makefile +++ b/www/p5-POE-Component-Client-HTTP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Client-HTTP -PORTVERSION= 0.61 +PORTVERSION= 0.63 CATEGORIES= devel perl5 www MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -18,6 +18,7 @@ COMMENT= POE component for non-blocking/concurrent HTTP queries BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay/Handle.pm:${PORTSDIR}/security/p5-Net-SSLeay \ + ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} |