aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Catalyst-Plugin-Session-State-URI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-State-URI/Makefile')
-rw-r--r--www/p5-Catalyst-Plugin-Session-State-URI/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-State-URI/Makefile b/www/p5-Catalyst-Plugin-Session-State-URI/Makefile
index 2033bbd3820a..a629cdc49489 100644
--- a/www/p5-Catalyst-Plugin-Session-State-URI/Makefile
+++ b/www/p5-Catalyst-Plugin-Session-State-URI/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Catalyst-Plugin-Session-State-URI
-PORTVERSION= 0.02
+PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Catalyst
@@ -21,10 +21,13 @@ BUILD_DEPENDS= p5-Catalyst-Plugin-Session>=0.01:${PORTSDIR}/www/p5-Catalyst-Plug
p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types
RUN_DEPENDS= ${BUILD_DEPENDS}
-PERL_MODBUILD= yes
+PERL_CONFIGURE= yes
MAN3= Catalyst::Plugin::Session::State::URI.3
+post-extract:
+ @${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Makefile.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