1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net-im/matterircd/Makefile
Yuri Victorovich 9047e3d3e3 net-im/matterircd: Switch to USES=go:modules, fix build with go1.13
PR:		239883
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	portmgr (unbreak with the upcoming go1.13)
2019-08-17 02:02:13 +00:00

31 lines
524 B
Makefile

# $FreeBSD$
PORTNAME= matterircd
DISTVERSIONPREFIX= v
DISTVERSION= 0.19.2
CATEGORIES= net-im irc
MAINTAINER= norrland@nullbyte.se
COMMENT= IRC bridge for Mattermost and Slack
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
USES= go:modules
USE_RC_SUBR= matterircd
USE_GITHUB= yes
GH_ACCOUNT= 42wim
USERS= matterircd
GROUPS= matterircd
post-install:
${INSTALL_DATA} ${WRKSRC}/matterircd.toml.example \
${STAGEDIR}${PREFIX}/etc/matterircd.toml.sample
.include <bsd.port.mk>