mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
89cfb00e41
Reported by: portscout
19 lines
299 B
Makefile
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>
|