aboutsummaryrefslogtreecommitdiff
path: root/textproc/moar/Makefile
blob: 91149fb21c4ce293d38358aac8f28369c0f438e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	moar
DISTVERSIONPREFIX=	v
DISTVERSION=	1.23.10
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>