1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/editors/o/Makefile
2023-04-08 10:13:25 -05:00

21 lines
350 B
Makefile

PORTNAME= o
DISTVERSIONPREFIX= v
DISTVERSION= 2.60.3
PORTREVISION= 2
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>