forked from Lainports/freebsd-ports
20 lines
398 B
Makefile
20 lines
398 B
Makefile
PORTNAME= moar
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.23.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Pager designed to just do the right thing without any configuration
|
|
WWW= https://github.com/walles/moar
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/walles/moar
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|