2ec5600d6d
Reported by: portscout
18 lines
299 B
Makefile
18 lines
299 B
Makefile
PORTNAME= o
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.48.3
|
|
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>
|