summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-01-12 02:01:30 +0000
committerSteve Wills <swills@FreeBSD.org>2012-01-12 02:01:30 +0000
commit14ae1b26cb1eaaefce3204d1cef75f4e14a38509 (patch)
tree1ead7c062b88196c332045e168e80a036abc6e29 /www
parentThere is no 9.x distfile available for this port (diff)
- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Add TEST_DEPENDS to enable testing
Notes
Notes: svn path=/head/; revision=288988
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTTP-Response-Encoding/Makefile7
1 files changed, 6 insertions, 1 deletions
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