freebsd-ports/net/madonctl/Makefile
Sunpoet Po-Chuan Hsieh 5a8e03e336 Update to newer snapshot (8d3e9fa)
- Bump PORTREVISION for package change
2020-04-26 11:55:56 +00:00

25 lines
417 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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>