freebsd-ports/lang/gomacro/Makefile

20 lines
449 B
Makefile
Raw Normal View History

PORTNAME= gomacro
DISTVERSIONPREFIX= v
DISTVERSION= 2.7-601
DISTVERSIONSUFFIX= -g9aafa23
CATEGORIES= lang
MAINTAINER= dmgk@FreeBSD.org
COMMENT= Interactive Go interpreter and debugger with REPL, generics and macros
WWW= https://github.com/cosmos72/gomacro
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/cosmos72/gomacro@v0.0.0-20221020183653-9aafa23692e7
PLIST_FILES= bin/gomacro
.include <bsd.port.mk>