1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/madonctl/Makefile
Muhammad Moinur Rahman a5a000df3b
lang/go: Change DEFAULT to 1.21
PR:		277776
Approved by:	portmgr (exp-run)
2024-03-24 15:29:00 +01:00

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>