diff options
author | az <az@FreeBSD.org> | 2012-12-17 16:30:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 16:30:52 +0800 |
commit | f3db6f0c287e81fa77d8bebf2f3da548e133cb1f (patch) | |
tree | ce50737e3ccb6d44643bd683e22dc4611a10566d /multimedia | |
parent | 6601b1209278cbe2b80a7bf1cca683ce883613c2 (diff) | |
download | freebsd-ports-gnome-f3db6f0c287e81fa77d8bebf2f3da548e133cb1f.tar.gz freebsd-ports-gnome-f3db6f0c287e81fa77d8bebf2f3da548e133cb1f.tar.zst freebsd-ports-gnome-f3db6f0c287e81fa77d8bebf2f3da548e133cb1f.zip |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/p5-Video-Info/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/multimedia/p5-Video-Info/Makefile b/multimedia/p5-Video-Info/Makefile index 5748fa085960..f6cde83a1894 100644 --- a/multimedia/p5-Video-Info/Makefile +++ b/multimedia/p5-Video-Info/Makefile @@ -26,11 +26,4 @@ MANCOMPRESSED= no MAN3= Video::Info.3 -.include <bsd.port.pre.mk> - -post-patch: -.if ${PERL_LEVEL} < 500803 - ${PERL} -pi -e '$$_="" if m{5.008|warnings}' ${WRKSRC}/Makefile.PL ${WRKSRC}/lib/Video/Info.pm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |