aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Copy-Recursive/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-03-05 03:07:29 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-03-05 03:07:29 +0000
commitca5ea18d187849de449a57fdcc998e54aa403886 (patch)
tree4afb55cbdf2999b15f48c0d738d5a51e9497500c /devel/p5-File-Copy-Recursive/Makefile
parent756c25f6e5bea28a630d83c47c376c5982ccf393 (diff)
Notes
Diffstat (limited to 'devel/p5-File-Copy-Recursive/Makefile')
-rw-r--r--devel/p5-File-Copy-Recursive/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/devel/p5-File-Copy-Recursive/Makefile b/devel/p5-File-Copy-Recursive/Makefile
index fca142ce07fa..c5544689fd18 100644
--- a/devel/p5-File-Copy-Recursive/Makefile
+++ b/devel/p5-File-Copy-Recursive/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= File-Copy-Recursive
-PORTVERSION= 0.30
+PORTVERSION= 0.31
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
@@ -20,13 +20,4 @@ PERL_CONFIGURE= yes
MAN3= File::Copy::Recursive.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-post-patch:
- ${PERL} -pi -e 's/(mkdir \S+)/$$1, 0755/g' ${WRKSRC}/Recursive.pm
- ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/Recursive.pm
- ${REINPLACE_CMD} -e '/warnings/d' ${WRKSRC}/Recursive.pm
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>