blob: b140a59a6cf73e40d24f13aa97bd4de3ac8f5f72 (
plain)
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>
# $FreeBSD$
PORTNAME= gotty
PORTVERSION= 0.0.13
DISTVERSIONPREFIX= v
CATEGORIES= www net ipv6
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Command line tool that turns your CLI tools into web applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= yudai
USES= go
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/gotty
.include <bsd.port.mk>
|