blob: 294c9347c23a5b4070862bd08e0b884090047fc5 (
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.1
DISTVERSIONPREFIX= v
PORTREVISION= 14
CATEGORIES= net
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= CLI client for the Mastodon social network API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
PLIST_FILES= bin/madonctl
GH_ACCOUNT= McKael
GH_TAGNAME= 8ecb5fa
USE_GITHUB= yes
.include <bsd.port.mk>
|