diff options
Diffstat (limited to 'databases/p5-DBIx-SQLEngine')
-rw-r--r-- | databases/p5-DBIx-SQLEngine/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/p5-DBIx-SQLEngine/Makefile b/databases/p5-DBIx-SQLEngine/Makefile index c62a3669488a..c480df9cdebf 100644 --- a/databases/p5-DBIx-SQLEngine/Makefile +++ b/databases/p5-DBIx-SQLEngine/Makefile @@ -84,10 +84,4 @@ MAN3= DBIx::SQLEngine.3 \ DBIx::SQLEngine::Schema::TableSet.3 \ DBIx::SQLEngine::Utility::CloneWithParams.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |