summaryrefslogtreecommitdiff
path: root/devel/gotestsum/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gotestsum/Makefile')
-rw-r--r--devel/gotestsum/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/gotestsum/Makefile b/devel/gotestsum/Makefile
new file mode 100644
index 000000000000..93cd3ee50869
--- /dev/null
+++ b/devel/gotestsum/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= gotestsum
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.12.3
+CATEGORIES= devel
+
+MAINTAINER= adamw@FreeBSD.org
+COMMENT= Go test runner with output for humans and CI
+WWW= https://github.com/gotestyourself/gotestsum
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go:modules
+GO_MODULE= github.com/gotestyourself/gotestsum
+
+PLIST_FILES= bin/gotestsum
+
+.include <bsd.port.mk>