5a8e03e336
- Bump PORTREVISION for package change
25 lines
417 B
Makefile
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>
|