aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Class-DBI-SQLite/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2005-04-20 13:43:17 +0000
committerMathieu Arnold <mat@FreeBSD.org>2005-04-20 13:43:17 +0000
commit3685bae3b1eeee85ee3882319a47aab9eb460d38 (patch)
treee67de0d2a24f69040f7aaa094dc386d289722c21 /databases/p5-Class-DBI-SQLite/Makefile
parent895804ef1239f219ea1244bb19212b301d5dc76e (diff)
downloadports-3685bae3b1eeee85ee3882319a47aab9eb460d38.tar.gz
ports-3685bae3b1eeee85ee3882319a47aab9eb460d38.zip
Notes
Diffstat (limited to 'databases/p5-Class-DBI-SQLite/Makefile')
-rw-r--r--databases/p5-Class-DBI-SQLite/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/databases/p5-Class-DBI-SQLite/Makefile b/databases/p5-Class-DBI-SQLite/Makefile
index cc779e53ac8a..8c10ad2d3c29 100644
--- a/databases/p5-Class-DBI-SQLite/Makefile
+++ b/databases/p5-Class-DBI-SQLite/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Class-DBI-SQLite
-PORTVERSION= 0.08
+PORTVERSION= 0.09
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
@@ -35,4 +35,10 @@ post-install:
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} <= 500503
+IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
+.endif
+
+.include <bsd.port.post.mk>