summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-SQLite-Simple
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-06-25 16:23:16 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-06-25 16:23:16 +0000
commit0cbae168906befab015e79fad597fb12df894198 (patch)
tree7d5972b136f1a1d11e1cd4baa96132bdb83709b2 /databases/p5-DBIx-SQLite-Simple
parentUpdate to 1.6: (diff)
- Require perl from ports
PR: ports/99054 (part of) Submitted by: Aaron Dalton <aaron@freebsd.org>
Notes
Notes: svn path=/head/; revision=166312
Diffstat (limited to 'databases/p5-DBIx-SQLite-Simple')
-rw-r--r--databases/p5-DBIx-SQLite-Simple/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/p5-DBIx-SQLite-Simple/Makefile b/databases/p5-DBIx-SQLite-Simple/Makefile
index 7e151400c45f..48dbedecd6c0 100644
--- a/databases/p5-DBIx-SQLite-Simple/Makefile
+++ b/databases/p5-DBIx-SQLite-Simple/Makefile
@@ -24,4 +24,10 @@ PERL_CONFIGURE= yes
MAN3= DBIx::SQLite::Simple.3 \
DBIx::SQLite::Simple::Table.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600 # inherited from devel/p5-Class-Gomor
+IGNORE= requires perl 5.6 or higher, install lang/perl5.6 and try again
+.endif
+
+.include <bsd.port.post.mk>