From 9839011ec3910790376ce9ace5e2a1c5bcb2781f Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 8 Sep 2007 01:12:10 +0000 Subject: Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+. Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr --- multimedia/p5-Video-Info/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'multimedia/p5-Video-Info') diff --git a/multimedia/p5-Video-Info/Makefile b/multimedia/p5-Video-Info/Makefile index 324c7d572020..9cef5682834f 100644 --- a/multimedia/p5-Video-Info/Makefile +++ b/multimedia/p5-Video-Info/Makefile @@ -28,9 +28,6 @@ MAN3= Video::Info.3 .include post-patch: -.if ${PERL_LEVEL} < 500600 - ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/lib/Video/Info.pm -.endif .if ${PERL_LEVEL} < 500803 ${PERL} -pi -e '$$_="" if m{5.008|warnings}' ${WRKSRC}/Makefile.PL ${WRKSRC}/lib/Video/Info.pm .endif -- cgit v1.2.3