aboutsummaryrefslogtreecommitdiff
path: root/net/madonctl/Makefile
blob: 13cbc652e76a9053f507e34f402c9283453f0d39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	madonctl
PORTVERSION=	2.3.2
PORTREVISION=	3
DISTVERSIONPREFIX=	v
CATEGORIES=	net

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	CLI client for the Mastodon social network API
WWW=		https://github.com/McKael/madonctl

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules

PLIST_FILES=	bin/madonctl

GH_ACCOUNT=	McKael
USE_GITHUB=	yes

.include <bsd.port.mk>