aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-03-26 20:34:50 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-03-26 20:34:50 +0000
commit3d91b279e065782c5c20b01fc53971537172ffb5 (patch)
tree8eed41c361995cc05c59abdcf82247cc94b0b1d9 /www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile
parent77bb01724559cf3415d4a6bb0a627c391d7d41cb (diff)
downloadports-3d91b279e065782c5c20b01fc53971537172ffb5.tar.gz
ports-3d91b279e065782c5c20b01fc53971537172ffb5.zip
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile')
-rw-r--r--www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile b/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile
index 38f1efdccb03..a4cb603b0b48 100644
--- a/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile
+++ b/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Catalyst-Plugin-Authentication-Store-DBIC
-PORTVERSION= 0.04
+PORTVERSION= 0.05002
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Catalyst
@@ -18,7 +18,7 @@ COMMENT= Authentication/authorization on a DBIx::Class/Class::DBI model
BUILD_DEPENDS= p5-Catalyst>=5.49:${PORTSDIR}/www/p5-Catalyst \
p5-Catalyst-Plugin-Authentication>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
p5-Catalyst-Plugin-Authorization-Roles>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authorization-Roles \
- p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \
+ p5-Set-Object>=1.14:${PORTSDIR}/devel/p5-Set-Object \
p5-Catalyst-Plugin-Session>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-Session
RUN_DEPENDS= ${BUILD_DEPENDS}
@@ -28,6 +28,9 @@ MAN3= Catalyst::Plugin::Authentication::Store::DBIC.3 \
Catalyst::Plugin::Authentication::Store::DBIC::Backend.3 \
Catalyst::Plugin::Authentication::Store::DBIC::User.3
+post-extract:
+ @${PERL} -i.bak -ne 'print unless /^\s*recommends/ .. /},$$/' ${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