diff options
author | erwin <erwin@FreeBSD.org> | 2003-07-21 11:16:27 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-07-21 11:16:27 +0000 |
commit | f0ae191efb134fa6aa6bc948175e4f30e979ed9e (patch) | |
tree | 7044ea9f0506e1ca2367c9cccf04da71f66e3212 /devel/p5-DateTime-Format-DBI | |
parent | 5fbf0b11bc679cb2c7ac3fe7c61dd4913b094ade (diff) | |
download | FreeBSD-ports-f0ae191efb134fa6aa6bc948175e4f30e979ed9e.zip FreeBSD-ports-f0ae191efb134fa6aa6bc948175e4f30e979ed9e.tar.gz |
Update to 0.03
- documentation now clearly states that this is only a factory and describes
the basic interface of the returned objects.
- requires DBI 1.21 (or higher) and uses it to determine the database type
through proxy/ODBC connections.
PR: 54695
Submitted by: maintainer
Diffstat (limited to 'devel/p5-DateTime-Format-DBI')
-rw-r--r-- | devel/p5-DateTime-Format-DBI/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-DBI/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/p5-DateTime-Format-DBI/Makefile b/devel/p5-DateTime-Format-DBI/Makefile index b734a36..e617c4f 100644 --- a/devel/p5-DateTime-Format-DBI/Makefile +++ b/devel/p5-DateTime-Format-DBI/Makefile @@ -6,16 +6,19 @@ # PORTNAME= DateTime-Format-DBI -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION}a +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAINTAINER= m@absolight.net COMMENT= Find a parser class for a database connection -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-DateTime-Format-DBI/distinfo b/devel/p5-DateTime-Format-DBI/distinfo index f6b465e..3da3513 100644 --- a/devel/p5-DateTime-Format-DBI/distinfo +++ b/devel/p5-DateTime-Format-DBI/distinfo @@ -1 +1 @@ -MD5 (DateTime-Format-DBI-0.02.tar.gz) = c3a1d74bd4dde69ae1d0329bc79ef7a3 +MD5 (DateTime-Format-DBI-0.03a.tar.gz) = 60d799859126c05a5f2026d007495494 |