openbsd-ports/databases/postgresql_autodoc/Makefile
simon 19ead65b79 update to version 1.40, remove do-build and do-install targets as
upstream accepted my patches to remove the auto-stuff in favour of a
simple makefile;  additionally it's compatible with postgresql-8.4
2009-07-14 08:42:34 +00:00

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>