diff options
author | minskim <minskim@pkgsrc.org> | 2018-07-14 22:20:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-07-14 22:20:23 +0000 |
commit | a41caba4c47172adfdce57c24c0768cef1920442 (patch) | |
tree | d11d927e3f2aafe1f871184bc97bd6067fc1a0e2 /www | |
parent | e7aa46e5e3b8019ee123a957fee60f365537b0b5 (diff) | |
download | pkgsrc-a41caba4c47172adfdce57c24c0768cef1920442.tar.gz |
www/Makefile: Add go-webhooks
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 9f104541bc6..67add67674f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1332 2018/07/13 00:56:32 minskim Exp $ +# $NetBSD: Makefile,v 1.1333 2018/07/14 22:20:23 minskim Exp $ # COMMENT= Packages related to the World Wide Web @@ -121,6 +121,7 @@ SUBDIR+= go-gogs-client SUBDIR+= go-gohtml SUBDIR+= go-toml-burntsushi SUBDIR+= go-toml-pelletier +SUBDIR+= go-webhooks SUBDIR+= goaccess SUBDIR+= grafana SUBDIR+= gtkasp2php |