diff options
Diffstat (limited to 'www/p5-Catalyst-Plugin-SubRequest/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-SubRequest/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Plugin-SubRequest/Makefile b/www/p5-Catalyst-Plugin-SubRequest/Makefile index 6d188a2ef7ae..86131f0e84c5 100644 --- a/www/p5-Catalyst-Plugin-SubRequest/Makefile +++ b/www/p5-Catalyst-Plugin-SubRequest/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Catalyst-Plugin-SubRequest -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/M/MR/MRAMBERG @@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lars@balker.dk COMMENT= Make subrequests to actions in Catalyst -BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst +BUILD_DEPENDS= p5-Catalyst>=2.99:${PORTSDIR}/www/p5-Catalyst \ + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -24,7 +25,9 @@ PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::SubRequest.3 .include <bsd.port.pre.mk> + .if ${PERL_LEVEL} < 500800 IGNORE= requires Perl 5.8. Install lang/perl5.8, and try again .endif + .include <bsd.port.post.mk> |