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

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Small, fast and limited text editor in Go
WWW=		https://github.com/xyproto/o

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules

GO_MODULE=	github.com/xyproto/o/v2

PLIST_FILES=	bin/o

.include <bsd.port.mk>