diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-02-23 10:51:29 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-02-23 10:51:29 +0000 |
commit | 2563cb72b3c6278cfb778a746aed5c0f084625fc (patch) | |
tree | 71bcd2ca0edbb54f8b48469403082c00b85b4984 /databases/postgresql_autodoc | |
parent | 9c35c7498bda52c42f38e001c8c99f397eebea78 (diff) | |
download | ports-2563cb72b3c6278cfb778a746aed5c0f084625fc.tar.gz ports-2563cb72b3c6278cfb778a746aed5c0f084625fc.zip |
Notes
Diffstat (limited to 'databases/postgresql_autodoc')
-rw-r--r-- | databases/postgresql_autodoc/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql_autodoc/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile index f69d2487037f..96a7cf9a7d6d 100644 --- a/databases/postgresql_autodoc/Makefile +++ b/databases/postgresql_autodoc/Makefile @@ -11,6 +11,7 @@ CATEGORIES= databases MASTER_SITES= http://www.rbt.ca/autodoc/ MAINTAINER= olgeni@FreeBSD.org +COMMENT= Automatic documentation generator for postgresql databases RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg diff --git a/databases/postgresql_autodoc/pkg-comment b/databases/postgresql_autodoc/pkg-comment deleted file mode 100644 index 95d1c8a9b34a..000000000000 --- a/databases/postgresql_autodoc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Automatic documentation generator for postgresql databases |