2019-05-20 06:15:42 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gomacro
|
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
DISTVERSION= 2.7-304
|
|
|
|
DISTVERSIONSUFFIX= -g2f4dc7c
|
2019-11-16 12:52:39 +00:00
|
|
|
PORTREVISION= 1
|
2019-05-20 06:15:42 +00:00
|
|
|
CATEGORIES= lang
|
|
|
|
|
2019-09-16 20:55:08 +00:00
|
|
|
MAINTAINER= dmgk@FreeBSD.org
|
2019-05-20 06:15:42 +00:00
|
|
|
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>
|