mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
a5a000df3b
PR: 277776 Approved by: portmgr (exp-run)
22 lines
374 B
Makefile
22 lines
374 B
Makefile
PORTNAME= madonctl
|
|
PORTVERSION= 2.3.2
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 11
|
|
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>
|