diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-16 12:53:38 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-16 12:53:38 +0000 |
commit | 95627276471da3601d50b7713ac031d18dbdf35c (patch) | |
tree | 8c722341d010d1b2b72c53c29e1a8d4be387538c /databases | |
parent | ef89d2a4d2bdb1615635381c0f6b498b3f8da31b (diff) | |
download | ports-95627276471da3601d50b7713ac031d18dbdf35c.tar.gz ports-95627276471da3601d50b7713ac031d18dbdf35c.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Exception-Class-DBI/Makefile | 10 | ||||
-rw-r--r-- | databases/p5-Exception-Class-DBI/distinfo | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/databases/p5-Exception-Class-DBI/Makefile b/databases/p5-Exception-Class-DBI/Makefile index 89d9b76e5ecc..545ee8399086 100644 --- a/databases/p5-Exception-Class-DBI/Makefile +++ b/databases/p5-Exception-Class-DBI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Exception-Class-DBI -PORTVERSION= 0.92 +PORTVERSION= 0.93 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Exception @@ -23,4 +23,10 @@ PERL_MODBUILD= yes MAN3= Exception::Class::DBI.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 # inherited from devel/p5-Exception-Class +IGNORE= requires at least Perl 5.8. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/databases/p5-Exception-Class-DBI/distinfo b/databases/p5-Exception-Class-DBI/distinfo index 775b34f31a0e..0face5d58b9d 100644 --- a/databases/p5-Exception-Class-DBI/distinfo +++ b/databases/p5-Exception-Class-DBI/distinfo @@ -1,3 +1,3 @@ -MD5 (Exception-Class-DBI-0.92.tar.gz) = 7b8032fdf31ccab88d19d1446c6fe741 -SHA256 (Exception-Class-DBI-0.92.tar.gz) = 55b1c56e38d4c9b73aa509dda6e2835768be62be3e9cf63e97a2341fe0993412 -SIZE (Exception-Class-DBI-0.92.tar.gz) = 10056 +MD5 (Exception-Class-DBI-0.93.tar.gz) = ea831d3ad7e6c7da407c347c3ed61bb0 +SHA256 (Exception-Class-DBI-0.93.tar.gz) = 659681dd3ab19da9efd87f06de91571e1db4a47f1b8e611c9f70ada1661cf111 +SIZE (Exception-Class-DBI-0.93.tar.gz) = 11029 |