From 14ae1b26cb1eaaefce3204d1cef75f4e14a38509 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Thu, 12 Jan 2012 02:01:30 +0000 Subject: - Add missing BUILD_DEPENDS and RUN_DEPENDS - Add TEST_DEPENDS to enable testing --- www/p5-HTTP-Response-Encoding/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'www/p5-HTTP-Response-Encoding') diff --git a/www/p5-HTTP-Response-Encoding/Makefile b/www/p5-HTTP-Response-Encoding/Makefile index 5e1893b18de1..9ad85cef004b 100644 --- a/www/p5-HTTP-Response-Encoding/Makefile +++ b/www/p5-HTTP-Response-Encoding/Makefile @@ -7,6 +7,7 @@ PORTNAME= HTTP-Response-Encoding PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= HTTP @@ -15,7 +16,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Adds encoding() to HTTP::Response -RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-Encode>=2.0:${PORTSDIR}/converters/p5-Encode +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes -- cgit v1.2.3