aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql_autodoc/Makefile
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2007-01-28 00:57:54 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2007-01-28 00:57:54 +0000
commitdcb6d99da5aa4af8e19d1701a11bf52046165965 (patch)
tree6780e749b005bb320b65f183d88a189c8a242226 /databases/postgresql_autodoc/Makefile
parentae099accbc866aca6ff53d3acea5f4115fddb3a4 (diff)
Notes
Diffstat (limited to 'databases/postgresql_autodoc/Makefile')
-rw-r--r--databases/postgresql_autodoc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile
index dac67d709652..f811179dc85a 100644
--- a/databases/postgresql_autodoc/Makefile
+++ b/databases/postgresql_autodoc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postgresql_autodoc
-PORTVERSION= 1.25
+PORTVERSION= 1.30
CATEGORIES= databases
MASTER_SITES= http://www.rbt.ca/autodoc/binaries/
DIST_SUBDIR= postgresql
@@ -16,7 +16,9 @@ COMMENT= Automatic documentation generator for postgresql databases
.include <bsd.port.pre.mk>
-BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template
+BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
+ ${SITE_PERL}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
+
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg-13
.else