diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-11-30 03:44:49 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-11-30 03:44:49 +0000 |
commit | 00f14f7aacb0d1a1dadcf057cb4f7b5e67541046 (patch) | |
tree | 62cdd173e2760830e0029f9a0b2ed9ffbc4f0eb2 /devel/p5-File-Copy-Recursive | |
parent | - Change maintainer address over from me to BSD# mailing list (diff) |
- perl version must >= 5.6
Noted by: krismail
Notes
Notes:
svn path=/head/; revision=149994
Diffstat (limited to 'devel/p5-File-Copy-Recursive')
-rw-r--r-- | devel/p5-File-Copy-Recursive/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-File-Copy-Recursive/Makefile b/devel/p5-File-Copy-Recursive/Makefile index b904d8b7a99a..c2fe3c746ba2 100644 --- a/devel/p5-File-Copy-Recursive/Makefile +++ b/devel/p5-File-Copy-Recursive/Makefile @@ -20,4 +20,10 @@ PERL_CONFIGURE= yes MAN3= File::Copy::Recursive.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again +.endif + +.include <bsd.port.post.mk> |