From 215ae9b074aa77eb0223b448e3281c7e37b5d197 Mon Sep 17 00:00:00 2001 From: petef Date: Tue, 20 Apr 2004 00:42:29 +0000 Subject: Update to 0.19. --- databases/p5-DBIWrapper/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'databases/p5-DBIWrapper/Makefile') diff --git a/databases/p5-DBIWrapper/Makefile b/databases/p5-DBIWrapper/Makefile index a9a3ffb5dc62..16300291ce30 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 -- cgit