diff options
author | petef <petef@FreeBSD.org> | 2004-04-20 00:42:29 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2004-04-20 00:42:29 +0000 |
commit | 215ae9b074aa77eb0223b448e3281c7e37b5d197 (patch) | |
tree | 956343d15b8749f7517384d1e20078274f76e8c7 /databases | |
parent | 3c83c809629b7429bdb116f9ce72bbc47595bfb7 (diff) | |
download | FreeBSD-ports-215ae9b074aa77eb0223b448e3281c7e37b5d197.zip FreeBSD-ports-215ae9b074aa77eb0223b448e3281c7e37b5d197.tar.gz |
Update to 0.19.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIWrapper/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-DBIWrapper/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/databases/p5-DBIWrapper/Makefile b/databases/p5-DBIWrapper/Makefile index a9a3ffb..1630029 100644 --- a/databases/p5-DBIWrapper/Makefile +++ b/databases/p5-DBIWrapper/Makefile @@ -6,17 +6,19 @@ # PORTNAME= DBIWrapper -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dbiwrapper PKGNAMEPREFIX= p5- -DISTNAME= dbi_wrapper-${PORTVERSION} +DISTNAME= libdbiwrapper-perl-${PORTVERSION} MAINTAINER= petef@FreeBSD.org COMMENT= Perl extension for generic DBI database access -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ + ${SITE_PERL}/${PERL_ARCH}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX + RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/databases/p5-DBIWrapper/distinfo b/databases/p5-DBIWrapper/distinfo index f720cc7..4bcce29 100644 --- a/databases/p5-DBIWrapper/distinfo +++ b/databases/p5-DBIWrapper/distinfo @@ -1,2 +1,2 @@ -MD5 (dbi_wrapper-0.18.tar.gz) = fee17959c15d8141ff83500d24293f3c -SIZE (dbi_wrapper-0.18.tar.gz) = 18105 +MD5 (libdbiwrapper-perl-0.19.tar.gz) = f2c72070ec2501a560042c6a81f591d5 +SIZE (libdbiwrapper-perl-0.19.tar.gz) = 20447 |