1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/gotty/Makefile
2021-04-06 16:31:07 +02:00

24 lines
438 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= gotty
PORTVERSION= 1.0.1
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= www net
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Command line tool that turns your CLI tools into web applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= yudai
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/gotty
.include <bsd.port.mk>