diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2006-07-17 17:23:13 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2006-07-17 17:23:13 +0000 |
commit | 603d0038ceecaf2846a42754c9c00d8b9da96db2 (patch) | |
tree | 92626da41d212f0d14810df09b001d44459bf39e /www/p5-Catalyst-Plugin-Authorization-Roles | |
parent | bd995d58bab335226bd250634bf4826f653fe629 (diff) |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authorization-Roles')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authorization-Roles/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile b/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile index 98b9f3958d8f..a4256e91411e 100644 --- a/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile +++ b/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile @@ -18,8 +18,6 @@ COMMENT= Role based authorization for Catalyst BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Catalyst-Plugin-Authentication>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ p5-Set-Object>=1.14:${PORTSDIR}/devel/p5-Set-Object \ - p5-Test-MockObject>=1.01:${PORTSDIR}/devel/p5-Test-MockObject \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-UNIVERSAL-isa>=0.05:${PORTSDIR}/devel/p5-UNIVERSAL-isa RUN_DEPENDS= ${BUILD_DEPENDS} @@ -27,6 +25,9 @@ PERL_MODBUILD= yes MAN3= Catalyst::Plugin::Authorization::Roles.3 +post-extract: + @${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Build.PL + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500801 IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again |