aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Exception-Class-DBI
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-06-16 12:53:38 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-06-16 12:53:38 +0000
commit95627276471da3601d50b7713ac031d18dbdf35c (patch)
tree8c722341d010d1b2b72c53c29e1a8d4be387538c /databases/p5-Exception-Class-DBI
parentef89d2a4d2bdb1615635381c0f6b498b3f8da31b (diff)
downloadports-95627276471da3601d50b7713ac031d18dbdf35c.tar.gz
ports-95627276471da3601d50b7713ac031d18dbdf35c.zip
- Update to 0.93
- Restricted to Perl 5.8+ due to dependency upon devel/p5-Exception-Class PR: ports/99022 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
Notes
Notes: svn path=/head/; revision=165571
Diffstat (limited to 'databases/p5-Exception-Class-DBI')
-rw-r--r--databases/p5-Exception-Class-DBI/Makefile10
-rw-r--r--databases/p5-Exception-Class-DBI/distinfo6
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