Index: head/www/p5-HTTP-CookieMonster/Makefile =================================================================== --- head/www/p5-HTTP-CookieMonster/Makefile (revision 396733) +++ head/www/p5-HTTP-CookieMonster/Makefile (revision 396734) @@ -1,27 +1,29 @@ # $FreeBSD$ PORTNAME= HTTP-CookieMonster PORTVERSION= 0.09 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to read/write access to HTTP::Cookies jar LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BROKEN= bogus depends, p5-URI is not provided by net/p5-Net + RUN_DEPENDS= \ p5-HTTP-Cookies>0:${PORTSDIR}/www/p5-HTTP-Cookies \ p5-Moo>=1.000003:${PORTSDIR}/devel/p5-Moo \ p5-Safe-Isa>0:${PORTSDIR}/devel/p5-Safe-Isa \ p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-URI>0:${PORTSDIR}/net/p5-Net BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure NO_ARCH= YES .include