aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Recorder/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2007-08-31 13:37:23 +0000
committerMathieu Arnold <mat@FreeBSD.org>2007-08-31 13:37:23 +0000
commitd1850a3d8ce1023f97814bd5db8642bfc8e695e0 (patch)
treebba44484f7b230fd6b557cc34a841c889282242a /www/p5-HTTP-Recorder/Makefile
parentff334859ab3a3bf4271f7fce3a419dc3c28772be (diff)
downloadports-d1850a3d8ce1023f97814bd5db8642bfc8e695e0.tar.gz
ports-d1850a3d8ce1023f97814bd5db8642bfc8e695e0.zip
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible. Remove perl 5.005 shims.
Notes
Notes: svn path=/head/; revision=198588
Diffstat (limited to 'www/p5-HTTP-Recorder/Makefile')
-rw-r--r--www/p5-HTTP-Recorder/Makefile12
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>