Makefile 425 B

123456789101112131415161718192021
  1. # $OpenBSD: Makefile,v 1.5 2016/05/02 09:28:27 jasper Exp $
  2. COMMENT= PostgreSQL performances monitoring and auditing tool
  3. DISTNAME= pgcluu-2.5
  4. CATEGORIES= databases sysutils
  5. HOMEPAGE= http://pgcluu.darold.net/
  6. MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
  7. # BSD
  8. PERMIT_PACKAGE_CDROM= Yes
  9. MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pgcluu/}
  10. MODULES= perl
  11. CONFIGURE_STYLE= perl
  12. .include <bsd.port.mk>