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

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Small, fast and limited text editor in Go

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules

GO_MODULE=	github.com/xyproto/o/v2

PLIST_FILES=	bin/o

.include <bsd.port.mk>