Edit

IABSD.fr/ports/databases/pgbadger/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:43:27
    Hash : 9fe1e38b
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • databases/pgbadger/Makefile
  • # $OpenBSD: Makefile,v 1.3 2019/07/12 20:43:58 sthen Exp $
    
    COMMENT =	advanced PostgreSQL log analyzer
    
    GH_ACCOUNT =	dalibo
    GH_PROJECT =	pgbadger
    GH_TAGNAME =	v9.2
    
    CATEGORIES =	databases
    
    HOMEPAGE =	https://dalibo.github.io/pgbadger/
    
    # PostgreSQL license
    PERMIT_PACKAGE =	Yes
    
    CONFIGURE_STYLE =	perl
    
    PKG_ARCH =		*
    
    .include <bsd.port.mk>