freebsd-ports/editors/gomate/Makefile
Dmitri Goutnik d84aa50743 Bump PORTREVISION after r517743 to force relinking.
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
2019-11-16 12:52:39 +00:00

21 lines
357 B
Makefile

# $FreeBSD$
PORTNAME= gomate
DISTVERSION= g20170711
PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= fabian.freyer@physik.tu-berlin.de
COMMENT= Edit files from an ssh session in TextMate/VSCode
LICENSE= MIT
USES= go
USE_GITHUB= yes
GH_ACCOUNT= mattn
GH_TAGNAME= 7008ee3057500672a7b3b28360b10d1b9288f2f7
PLIST_FILES= bin/gomate
.include <bsd.port.mk>