2019-05-20 08:15:42 +02:00
|
|
|
PORTNAME= gomacro
|
|
|
|
DISTVERSIONPREFIX= v
|
2022-12-20 20:44:47 +01:00
|
|
|
DISTVERSION= 2.7-601
|
|
|
|
DISTVERSIONSUFFIX= -g9aafa23
|
2019-05-20 08:15:42 +02:00
|
|
|
CATEGORIES= lang
|
|
|
|
|
2019-09-16 22:55:08 +02:00
|
|
|
MAINTAINER= dmgk@FreeBSD.org
|
2019-05-20 08:15:42 +02:00
|
|
|
COMMENT= Interactive Go interpreter and debugger with REPL, generics and macros
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/cosmos72/gomacro
|
2019-05-20 08:15:42 +02:00
|
|
|
|
|
|
|
LICENSE= MPL20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2022-12-20 20:44:47 +01:00
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/cosmos72/gomacro@v0.0.0-20221020183653-9aafa23692e7
|
2019-05-20 08:15:42 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/gomacro
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|