19 lines
281 B
Makefile
19 lines
281 B
Makefile
|
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>
|