Makefile 453 B

123456789101112131415161718192021222324
  1. # $OpenBSD: Makefile,v 1.6 2016/05/12 14:00:13 espie Exp $
  2. COMMENT = documentation generator for postgresql databases
  3. DISTNAME = postgresql_autodoc-1.40
  4. CATEGORIES = databases
  5. REVISION = 1
  6. HOMEPAGE = http://www.rbt.ca/autodoc/
  7. MASTER_SITES = ${HOMEPAGE}binaries/
  8. # BSD
  9. PERMIT_PACKAGE_CDROM = Yes
  10. RUN_DEPENDS = databases/p5-DBD-Pg \
  11. www/p5-HTML-Template
  12. WRKDIST = ${WRKDIR}/postgresql_autodoc
  13. PKG_ARCH = *
  14. NO_TEST = Yes
  15. .include <bsd.port.mk>