diff options
author | lbr <lbr@FreeBSD.org> | 2006-07-30 05:36:56 +0800 |
---|---|---|
committer | lbr <lbr@FreeBSD.org> | 2006-07-30 05:36:56 +0800 |
commit | 9b08382955d86a057cbe5960c18065b52560a381 (patch) | |
tree | 23105ba8052e4dd2e22bfd10dedd8123680a3e05 /www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile | |
parent | 4c455d098402486f25cf7f9590403848ae196d0f (diff) | |
download | freebsd-ports-gnome-9b08382955d86a057cbe5960c18065b52560a381.tar.gz freebsd-ports-gnome-9b08382955d86a057cbe5960c18065b52560a381.tar.zst freebsd-ports-gnome-9b08382955d86a057cbe5960c18065b52560a381.zip |
Update to 0.03
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile index 69df08e79506..da1c800fe1f1 100644 --- a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile +++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-Session-State-Cookie -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/N/NU/NUFFIN @@ -22,6 +22,9 @@ PERL_MODBUILD= yes MAN3= Catalyst::Plugin::Session::State::Cookie.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 |