aboutsummaryrefslogtreecommitdiff
path: root/editors/gomate/Makefile
blob: 24e0fc290c8aca5c3be7c7ab7053d6219ce01f50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	gomate
DISTVERSION=	g20170711
PORTREVISION=	19
CATEGORIES=	editors

MAINTAINER=	fabian.freyer@physik.tu-berlin.de
COMMENT=	Edit files from an ssh session in TextMate/VSCode
WWW=		https://github.com/mattn/gomate

LICENSE=	MIT

USES=		go

USE_GITHUB=	yes
GH_ACCOUNT=	mattn
GH_TAGNAME=	7008ee3057500672a7b3b28360b10d1b9288f2f7

PLIST_FILES=	bin/gomate

.include <bsd.port.mk>