aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Generator-DBI/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-10-13 11:18:47 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-10-13 11:18:47 +0000
commitc771643341249069a8ffe4b71b3f19233e3ed1fc (patch)
treec05daf1dcde2e58d4391ccde271151c773dcd175 /textproc/p5-XML-Generator-DBI/Makefile
parent22484d68de96ef85749fb282116612eab3e5d158 (diff)
Notes
Diffstat (limited to 'textproc/p5-XML-Generator-DBI/Makefile')
-rw-r--r--textproc/p5-XML-Generator-DBI/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-XML-Generator-DBI/Makefile b/textproc/p5-XML-Generator-DBI/Makefile
index acca9049d397..11c18a9e4dc2 100644
--- a/textproc/p5-XML-Generator-DBI/Makefile
+++ b/textproc/p5-XML-Generator-DBI/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-Generator-DBI
-PORTVERSION= 0.03
+PORTVERSION= 1.00
CATEGORIES= textproc databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -15,13 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Generate SAX events from SQL queries
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+ ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::Generator::DBI.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
.include <bsd.port.mk>