freebsd-ports/databases/go-pgweb/Makefile
Daniel Morante 990c482dfe databases/go-pgweb: Add rc.d script
* Pass maintainership to submitter
* Pet portclippy
* Re-format Makefile with portfmt

PR:		257074
Approved by:	portmgr (blanket: unmaintained port)
MFH:		2021Q4
2021-11-01 06:24:11 +09:00

30 lines
506 B
Makefile

PORTNAME= pgweb
DISTVERSIONPREFIX= v
DISTVERSION= 0.11.7
PORTREVISION= 1
CATEGORIES= databases www
PKGNAMEPREFIX= go-
MAINTAINER= daniel@morante.net
COMMENT= Web-based database browser for PostgreSQL
LICENSE= MIT
USES= go
USE_GITHUB= yes
GH_ACCOUNT= sosedoff
USE_RC_SUBR= ${PORTNAME}
GO_PKGNAME= github.com/sosedoff/pgweb
SUB_FILES+= pkg-message
SUB_LIST+= PGWEBGROUP=${GROUPS} \
PGWEBUSER=${USERS} \
PORTNAME=${PORTNAME}
PLIST_FILES= bin/pgweb
USERS= www
GROUPS= www
.include <bsd.port.mk>