diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-22 10:20:22 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-22 10:20:22 +0000 |
commit | ae2d3cc018cf08425117cc0b4379176ba3eca142 (patch) | |
tree | c4d2a72c35d0d932ebdab1c951377f07baf9766d | |
parent | Update to 0.20. (diff) |
Require perl from ports.
PR: 96148
Submitted by: Rod Taylor <ports@rbt.ca> (maintainer)
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=160129
-rw-r--r-- | devel/p5-Test-File-Contents/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Test-File-Contents/Makefile b/devel/p5-Test-File-Contents/Makefile index 5b3ed4daced1..c000ad17678f 100644 --- a/devel/p5-Test-File-Contents/Makefile +++ b/devel/p5-Test-File-Contents/Makefile @@ -21,4 +21,10 @@ PERL_MODBUILD= yes MAN3= Test::File::Contents.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> |