diff options
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 7b62bf74c44c..2100f173da5e 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -7,6 +7,7 @@ PORTNAME= libwww PORTVERSION= 6.02 +PORTREVISION= 1 CATEGORIES= www perl5 devel MASTER_SITES= CPAN/LWP PKGNAMEPREFIX= p5- @@ -15,7 +16,8 @@ DISTNAME= libwww-perl-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl5 library for WWW access -RUN_DEPENDS= p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \ +RUN_DEPENDS= p5-Authen-NTLM>=1.02:${PORTSDIR}/security/p5-Authen-NTLM \ + p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \ p5-File-Listing>=6:${PORTSDIR}/sysutils/p5-File-Listing \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTTP-Cookies>=6:${PORTSDIR}/www/p5-HTTP-Cookies \ @@ -24,7 +26,6 @@ RUN_DEPENDS= p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \ p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \ p5-HTTP-Negotiate>=6:${PORTSDIR}/www/p5-HTTP-Negotiate \ p5-LWP-MediaTypes>=6:${PORTSDIR}/www/p5-LWP-MediaTypes \ - p5-NTLM>=1.02:${PORTSDIR}/security/p5-Authen-NTLM \ p5-Net-HTTP>=6:${PORTSDIR}/net/p5-Net-HTTP \ p5-URI>=1.10:${PORTSDIR}/net/p5-URI \ p5-WWW-RobotRules>=6:${PORTSDIR}/www/p5-WWW-RobotRules |