24 lines
447 B
Makefile
24 lines
447 B
Makefile
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:43:59 sthen Exp $
|
|
|
|
COMMENT = documentation generator for postgresql databases
|
|
|
|
DISTNAME = postgresql_autodoc-1.40
|
|
CATEGORIES = databases
|
|
REVISION = 1
|
|
|
|
HOMEPAGE = http://www.rbt.ca/autodoc/
|
|
MASTER_SITES = ${HOMEPAGE}binaries/
|
|
|
|
# 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>
|