From 4cbcad043aa3869eaaa4e98fc41e4e5f56a9e42d Mon Sep 17 00:00:00 2001 From: kuriyama Date: Wed, 9 Sep 2009 09:14:05 +0000 Subject: - Remove dependency on p5-File-Temp, which is included since perl 5.6.1. --- www/p5-HTTP-Body/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/p5-HTTP-Body/Makefile b/www/p5-HTTP-Body/Makefile index 339ade0cfe0..018aab70af7 100644 --- a/www/p5-HTTP-Body/Makefile +++ b/www/p5-HTTP-Body/Makefile @@ -8,6 +8,7 @@ PORTNAME= HTTP-Body PORTVERSION= 1.05 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= HTTP Body Parser -RUN_DEPENDS= p5-File-Temp>=0.14:${PORTSDIR}/devel/p5-File-Temp \ - p5-YAML>=0.39:${PORTSDIR}/textproc/p5-YAML \ +RUN_DEPENDS= p5-YAML>=0.39:${PORTSDIR}/textproc/p5-YAML \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} -- cgit