aboutsummaryrefslogtreecommitdiff
path: root/databases/go-pgweb/Makefile
blob: e719c5ffb12aac480bd48d73c3ea3aca5f166918 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PORTNAME=	pgweb
DISTVERSIONPREFIX=	v
DISTVERSION=	0.11.7
PORTREVISION=	4
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>