1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/editors/o/Makefile
Yuri Victorovich 89cfb00e41 editors/o: Update 2.51.0 -> 2.52.0
Reported by:	portscout
2022-06-13 18:00:03 -07:00

19 lines
299 B
Makefile

PORTNAME= o
DISTVERSIONPREFIX= v
DISTVERSION= 2.52.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>