aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-SQLite-Simple
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-06-26 00:23:16 +0800
committersat <sat@FreeBSD.org>2006-06-26 00:23:16 +0800
commit1160a57f3ff3050f2026608318058c10209cacc2 (patch)
tree51382ea24ea9271033cd95c51fb41a833a496138 /databases/p5-DBIx-SQLite-Simple
parent3e040cddfad11c652e460deb13344c371dc62841 (diff)
downloadfreebsd-ports-gnome-1160a57f3ff3050f2026608318058c10209cacc2.tar.gz
freebsd-ports-gnome-1160a57f3ff3050f2026608318058c10209cacc2.tar.zst
freebsd-ports-gnome-1160a57f3ff3050f2026608318058c10209cacc2.zip
- Require perl from ports
PR: ports/99054 (part of) Submitted by: Aaron Dalton <aaron@freebsd.org>
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>