1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/editors/o/Makefile
Dmitri Goutnik 4476f89764 all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
2022-08-03 16:35:13 -05:00

20 lines
315 B
Makefile

PORTNAME= o
DISTVERSIONPREFIX= v
DISTVERSION= 2.55.1
PORTREVISION= 1
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>