diff options
author | petef <petef@FreeBSD.org> | 2004-04-20 08:42:29 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2004-04-20 08:42:29 +0800 |
commit | 215ae9b074aa77eb0223b448e3281c7e37b5d197 (patch) | |
tree | 956343d15b8749f7517384d1e20078274f76e8c7 /databases/p5-DBIWrapper/Makefile | |
parent | 3c83c809629b7429bdb116f9ce72bbc47595bfb7 (diff) | |
download | freebsd-ports-gnome-215ae9b074aa77eb0223b448e3281c7e37b5d197.tar.gz freebsd-ports-gnome-215ae9b074aa77eb0223b448e3281c7e37b5d197.tar.zst freebsd-ports-gnome-215ae9b074aa77eb0223b448e3281c7e37b5d197.zip |
Update to 0.19.
Diffstat (limited to 'databases/p5-DBIWrapper/Makefile')
-rw-r--r-- | databases/p5-DBIWrapper/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 |