diff options
author | Lars Thegler <lth@FreeBSD.org> | 2012-03-14 21:55:40 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2012-03-14 21:55:40 +0000 |
commit | 70eb3f14ae2fa7bfa218d4b87fea36e59401f6f3 (patch) | |
tree | 128628ed6ab40ccbaa91117a8b75f128ff5de2d9 /www/p5-POE-Component-Server-SimpleHTTP/Makefile | |
parent | 14622161b7d380d624df36d8ceb4d70266f1fe66 (diff) | |
download | ports-70eb3f14ae2fa7bfa218d4b87fea36e59401f6f3.tar.gz ports-70eb3f14ae2fa7bfa218d4b87fea36e59401f6f3.zip |
Notes
Diffstat (limited to 'www/p5-POE-Component-Server-SimpleHTTP/Makefile')
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-POE-Component-Server-SimpleHTTP/Makefile b/www/p5-POE-Component-Server-SimpleHTTP/Makefile index eeee5f9ef4d4..6c818eafd581 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/Makefile +++ b/www/p5-POE-Component-Server-SimpleHTTP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Server-SimpleHTTP -PORTVERSION= 2.12 +PORTVERSION= 2.14 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Perl extension to serve HTTP requests in POE -RUN_DEPENDS= p5-Moose>=0.81:${PORTSDIR}/devel/p5-Moose \ +BUILD_DEPENDS= p5-Moose>=0.81:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-AttributeHelpers>0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ p5-MooseX-POE>=0.205:${PORTSDIR}/devel/p5-MooseX-POE \ p5-POE>=1.0000:${PORTSDIR}/devel/p5-POE \ p5-libwww>0:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS= ${RUN_DEPENDS} -TEST_DEPENDS= p5-POE-Filter-HTTP-Parser>=1.06:${PORTSDIR}/www/p5-POE-Filter-HTTP-Parser +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-POE-Filter-HTTP-Parser>=1.06:${PORTSDIR}/www/p5-POE-Filter-HTTP-Parser \ + p5-Test-POE-Client-TCP>0:${PORTSDIR}/devel/p5-Test-POE-Client-TCP PERL_CONFIGURE= yes |