diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2007-08-31 13:37:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2007-08-31 13:37:23 +0000 |
commit | d1850a3d8ce1023f97814bd5db8642bfc8e695e0 (patch) | |
tree | bba44484f7b230fd6b557cc34a841c889282242a /www/p5-HTTP-Recorder/Makefile | |
parent | ff334859ab3a3bf4271f7fce3a419dc3c28772be (diff) |
Notes
Diffstat (limited to 'www/p5-HTTP-Recorder/Makefile')
-rw-r--r-- | www/p5-HTTP-Recorder/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/www/p5-HTTP-Recorder/Makefile b/www/p5-HTTP-Recorder/Makefile index a36f96867703..c542963b28c2 100644 --- a/www/p5-HTTP-Recorder/Makefile +++ b/www/p5-HTTP-Recorder/Makefile @@ -24,14 +24,4 @@ PERL_CONFIGURE= yes MAN3= HTTP::Recorder.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -post-patch: - @${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/;' \ - -e '$$_ = "" if /use warnings/;' \ - ${WRKSRC}/lib/HTTP/Recorder.pm \ - ${WRKSRC}/lib/HTTP/Recorder/Logger.pm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |