diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-12 02:01:30 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-12 02:01:30 +0000 |
commit | 14ae1b26cb1eaaefce3204d1cef75f4e14a38509 (patch) | |
tree | 1ead7c062b88196c332045e168e80a036abc6e29 /www/p5-HTTP-Response-Encoding | |
parent | 62ff3197360b1bd8dc8949501f65f21d953c7e30 (diff) | |
download | ports-14ae1b26cb1eaaefce3204d1cef75f4e14a38509.tar.gz ports-14ae1b26cb1eaaefce3204d1cef75f4e14a38509.zip |
Notes
Diffstat (limited to 'www/p5-HTTP-Response-Encoding')
-rw-r--r-- | www/p5-HTTP-Response-Encoding/Makefile | 7 |
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 |