19ead65b79
upstream accepted my patches to remove the auto-stuff in favour of a simple makefile; additionally it's compatible with postgresql-8.4
29 lines
607 B
Makefile
29 lines
607 B
Makefile
# $OpenBSD: Makefile,v 1.2 2009/07/14 08:42:34 simon Exp $
|
|
|
|
COMMENT = documentation generator for postgresql databases
|
|
|
|
DISTNAME = postgresql_autodoc-1.40
|
|
CATEGORIES = databases
|
|
|
|
HOMEPAGE = http://www.rbt.ca/autodoc/
|
|
MASTER_SITES = ${HOMEPAGE}binaries/
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = ::databases/p5-DBD-Pg \
|
|
::devel/p5-Term-ReadKey \
|
|
::www/p5-HTML-Template
|
|
|
|
WRKDIST = ${WRKDIR}/postgresql_autodoc
|
|
|
|
PKG_ARCH = *
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|