diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-07-09 08:47:22 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-07-09 08:47:22 +0000 |
commit | 12fbe420311a4dae049f96714424e9b35250ae1b (patch) | |
tree | 11308c9b53a9d3f47722385004f288a176cac673 /www/p5-HTTP-Engine-Middleware/Makefile | |
parent | d3ce890b1b04e11de673b4c3c309889c7eda19d7 (diff) | |
download | ports-12fbe420311a4dae049f96714424e9b35250ae1b.tar.gz ports-12fbe420311a4dae049f96714424e9b35250ae1b.zip |
Notes
Diffstat (limited to 'www/p5-HTTP-Engine-Middleware/Makefile')
-rw-r--r-- | www/p5-HTTP-Engine-Middleware/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-HTTP-Engine-Middleware/Makefile b/www/p5-HTTP-Engine-Middleware/Makefile index d0c0ef5d55d1..c68b6048946e 100644 --- a/www/p5-HTTP-Engine-Middleware/Makefile +++ b/www/p5-HTTP-Engine-Middleware/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTTP-Engine-Middleware -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for official distribution of HTTP::Engine +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= \ p5-Any-Moose>=0.09:${PORTSDIR}/devel/p5-Any-Moose \ p5-Mouse>=0.23:${PORTSDIR}/devel/p5-Moose \ @@ -21,8 +22,6 @@ RUN_DEPENDS= \ p5-libwww>0:${PORTSDIR}/www/p5-libwww \ p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime -BUILD_DEPENDS= ${RUN_DEPENDS} - PERL_CONFIGURE= yes MAN3= HTTP::Engine::Middleware.3 \ |