diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-10 05:50:51 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-10 05:50:51 +0000 |
commit | 357e62bdc245ed45c665148ab56155dd0b7ba66c (patch) | |
tree | 28d91fcf0fe7ca503db7a7f1f77cf967cc8e3ff6 /databases/p5-SQL-Abstract | |
parent | 1d0ec0691261d7128ac776cccd896166511380fb (diff) |
Notes
Diffstat (limited to 'databases/p5-SQL-Abstract')
-rw-r--r-- | databases/p5-SQL-Abstract/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index 9eb5f908b828..d96e931e0ccb 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -19,4 +19,10 @@ PERL_CONFIGURE= yes MAN3= SQL::Abstract.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.x or later +.endif + +.include <bsd.port.post.mk> |