summaryrefslogtreecommitdiff
path: root/lang/gomacro/Makefile
blob: b689698e797b491758b588599529258e90e66fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	gomacro
DISTVERSIONPREFIX=	v
DISTVERSION=	2.7-304
DISTVERSIONSUFFIX=	-g2f4dc7c
PORTREVISION=	1
CATEGORIES=	lang

MAINTAINER=	dmgk@FreeBSD.org
COMMENT=	Interactive Go interpreter and debugger with REPL, generics and macros

LICENSE=	MPL20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go
GO_PKGNAME=	github.com/cosmos72/gomacro
USE_GITHUB=	yes
GH_ACCOUNT=	cosmos72
GH_TUPLE=	golang:sys:b294cbc:golang_sys/vendor/golang.org/x/sys \
		mattn:go-runewidth:v0.0.3:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
		peterh:liner:6f820f8:peterh_liner/vendor/github.com/peterh/liner

PLIST_FILES=	bin/gomacro

.include <bsd.port.mk>