blob: f79cfa46580b208b8f71ad1750c72914dbc8a562 (
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
31
|
PORTNAME= pgweb
DISTVERSIONPREFIX= v
DISTVERSION= 0.11.7
PORTREVISION= 5
CATEGORIES= databases www
PKGNAMEPREFIX= go-
MAINTAINER= daniel@morante.net
COMMENT= Web-based database browser for PostgreSQL
WWW= https://github.com/sosedoff/pgweb
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>
|