2023-08-16 22:26:55 +00:00
|
|
|
COMMENT = documentation generator for postgresql databases
|
|
|
|
|
|
|
|
DISTNAME = postgresql_autodoc-1.40
|
|
|
|
CATEGORIES = databases
|
|
|
|
REVISION = 1
|
|
|
|
|
|
|
|
HOMEPAGE = http://www.rbt.ca/autodoc/
|
2023-09-20 18:59:05 +00:00
|
|
|
SITES = ${HOMEPAGE}binaries/
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
|
|
|
|
RUN_DEPENDS = databases/p5-DBD-Pg \
|
|
|
|
www/p5-HTML-Template
|
|
|
|
|
|
|
|
WRKDIST = ${WRKDIR}/postgresql_autodoc
|
|
|
|
|
|
|
|
PKG_ARCH = *
|
|
|
|
NO_TEST = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|