diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-21 21:43:27 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-21 21:43:27 +0000 |
commit | 2ced4ae60e0e24e758dd3b41575fbc52ed8b7b7a (patch) | |
tree | f8aa96931538dad1358655d53aa4dcc9406a8e9d /www | |
parent | f31958bec83f090f407c2420d8f9990a395baaed (diff) | |
download | ports-2ced4ae60e0e24e758dd3b41575fbc52ed8b7b7a.tar.gz ports-2ced4ae60e0e24e758dd3b41575fbc52ed8b7b7a.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Template-Provider-Encoding/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-Template-Provider-Encoding/Makefile b/www/p5-Template-Provider-Encoding/Makefile index c8556935a92a..517aba62840b 100644 --- a/www/p5-Template-Provider-Encoding/Makefile +++ b/www/p5-Template-Provider-Encoding/Makefile @@ -23,4 +23,10 @@ MAN3= Template::Provider::Encoding.3 \ Template::Stash::ForceUTF8.3 \ Template::Plugin::encoding.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> |