diff options
author | mat <mat@FreeBSD.org> | 2005-04-20 21:43:17 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2005-04-20 21:43:17 +0800 |
commit | 284959672f9e4862c799456fdb6c5aa8722ef54a (patch) | |
tree | 17c53a9da9b1e28ed1c38ad2bd458e3b9aff8ead | |
parent | de1d54e25dc4421f17ac2daafe13bda930f3d626 (diff) | |
download | freebsd-ports-gnome-284959672f9e4862c799456fdb6c5aa8722ef54a.tar.gz freebsd-ports-gnome-284959672f9e4862c799456fdb6c5aa8722ef54a.tar.zst freebsd-ports-gnome-284959672f9e4862c799456fdb6c5aa8722ef54a.zip |
Update to 0.09
Require perl 5.6
-rw-r--r-- | databases/p5-Class-DBI-SQLite/Makefile | 10 | ||||
-rw-r--r-- | databases/p5-Class-DBI-SQLite/distinfo | 4 |
2 files changed, 10 insertions, 4 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> diff --git a/databases/p5-Class-DBI-SQLite/distinfo b/databases/p5-Class-DBI-SQLite/distinfo index 593d6080e2cf..6a5a541ac2ee 100644 --- a/databases/p5-Class-DBI-SQLite/distinfo +++ b/databases/p5-Class-DBI-SQLite/distinfo @@ -1,2 +1,2 @@ -MD5 (Class-DBI-SQLite-0.08.tar.gz) = 21062edaf56780545f912d62829b27e7 -SIZE (Class-DBI-SQLite-0.08.tar.gz) = 3382 +MD5 (Class-DBI-SQLite-0.09.tar.gz) = 2c5d39332df11c8cc72aa9de6020ae61 +SIZE (Class-DBI-SQLite-0.09.tar.gz) = 3653 |