mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
24 lines
405 B
Makefile
24 lines
405 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= madonctl
|
|
PORTVERSION= 2.3.1
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 10
|
|
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= 8d3e9fa
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|