Index: head/www/p5-WWW-Curl/Makefile =================================================================== --- head/www/p5-WWW-Curl/Makefile (revision 329138) +++ head/www/p5-WWW-Curl/Makefile (revision 329139) @@ -1,24 +1,24 @@ # Created by: Chris Larsen # $FreeBSD$ PORTNAME= WWW-Curl PORTVERSION= 4.15 PORTREVISION= 1 CATEGORIES= www ftp perl5 MASTER_SITES= CPAN \ http://curl.haxx.se/libcurl/perl/ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl extension interface for libcurl LICENSE= MIT LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -TEST_DEPENDS= p5-Test-Pod-Coverage>=104:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ - p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage USE_PERL5= configure USES= perl5 .include