misc/mycorrhiza/Makefile (view raw)
1COMMENT = wiki engine for personal wikis driven by git and plain-text
2
3MODGO_MODNAME = github.com/bouncepaw/mycorrhiza
4MODGO_VERSION = v1.11.0
5
6DISTNAME = mycorrhiza-${MODGO_VERSION}
7CATEGORIES = misc
8
9#MAINTAINER = ???
10
11HOMEPAGE = https://mycorrhiza.wiki
12
13# AGPLv3 only
14PERMIT_PACKAGE = Yes
15
16WANTLIB += c pthread
17
18SUBST_VARS += VARBASE
19
20MODULES = lang/go
21
22MODGO_MODULES = \
23 github.com/andybalholm/brotli v1.0.3 \
24 github.com/bouncepaw/mycomarkup/v5 v5.1.1 \
25 github.com/davecgh/go-spew v1.1.0 \
26 github.com/go-ini/ini v1.63.2 \
27 github.com/golang/snappy v0.0.3 \
28 github.com/gorilla/feeds v1.1.1 \
29 github.com/gorilla/mux v1.8.0 \
30 github.com/klauspost/compress v1.13.5 \
31 github.com/kr/pretty v0.2.1 \
32 github.com/kr/pty v1.1.1 \
33 github.com/kr/text v0.1.0 \
34 github.com/pmezard/go-difflib v1.0.0 \
35 github.com/stretchr/objx v0.1.0 \
36 github.com/stretchr/testify v1.7.0 \
37 github.com/valyala/bytebufferpool v1.0.0 \
38 github.com/valyala/fasthttp v1.30.0 \
39 github.com/valyala/quicktemplate v1.7.0 \
40 github.com/valyala/tcplisten v1.0.0 \
41 golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa \
42 golang.org/x/exp v0.0.0-20220414153411-bcd21879b8fd \
43 golang.org/x/mod v0.6.0-dev.0.20211013180041-c96bc1413d57 \
44 golang.org/x/net v0.0.0-20210510120150-4163338589ed \
45 golang.org/x/sys v0.0.0-20211109184856-51b60fd695b3 \
46 golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 \
47 golang.org/x/text v0.3.7 \
48 golang.org/x/tools v0.1.8-0.20211029000441-d6a9af8af023 \
49 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 \
50 gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 \
51 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
52MODGO_MODFILES = \
53 github.com/andybalholm/brotli v1.0.2 \
54 github.com/klauspost/compress v1.13.4 \
55 golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a \
56 golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 \
57 golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 \
58 golang.org/x/sys v0.0.0-20210423082822-04245dca01da \
59 golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 \
60 golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 \
61 golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 \
62 golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 \
63 golang.org/x/text v0.3.3 \
64 golang.org/x/text v0.3.6 \
65 golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
66
67RUN_DEPENDS = devel/git
68
69NO_TEST = Yes
70
71.include <bsd.port.mk>