mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
4476f89764
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
20 lines
315 B
Makefile
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>
|