diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-11-29 11:58:49 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-11-29 11:58:49 +0000 |
commit | f4a1eb4e538d9038db055767fc22340a867d00ae (patch) | |
tree | 2683906d565e833ed219bb7e4d4605047788a25a /www/p5-AnyEvent-Mojo/Makefile | |
parent | cc8d90df297d9a97164ab8b917d6dc49c36a22f9 (diff) | |
download | ports-f4a1eb4e538d9038db055767fc22340a867d00ae.tar.gz ports-f4a1eb4e538d9038db055767fc22340a867d00ae.zip |
Notes
Diffstat (limited to 'www/p5-AnyEvent-Mojo/Makefile')
-rw-r--r-- | www/p5-AnyEvent-Mojo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-AnyEvent-Mojo/Makefile b/www/p5-AnyEvent-Mojo/Makefile index ccfabfa5d4a4..ef77474facdd 100644 --- a/www/p5-AnyEvent-Mojo/Makefile +++ b/www/p5-AnyEvent-Mojo/Makefile @@ -7,6 +7,7 @@ PORTNAME= AnyEvent-Mojo PORTVERSION= 0.8003 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +18,7 @@ COMMENT= Perl extension to start async Mojo servers easily RUN_DEPENDS= \ p5-AnyEvent>=5.201:${PORTSDIR}/devel/p5-AnyEvent \ p5-AnyEvent-HTTP>=1.43:${PORTSDIR}/www/p5-AnyEvent-HTTP \ - p5-Mojo>=0.991251:${PORTSDIR}/www/p5-Mojo + p5-Mojolicious>=0.991251:${PORTSDIR}/www/p5-Mojolicious # p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \ # p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception BUILD_DEPENDS= ${RUN_DEPENDS} |