aboutsummaryrefslogtreecommitdiff
path: root/www/gotty/Makefile
blob: d87d4f1321ac358f798ca046509cc8ce4f76cf9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=	gotty
PORTVERSION=	1.0.1
DISTVERSIONPREFIX=	v
PORTREVISION=	4
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>