summaryrefslogtreecommitdiff
path: root/ports-mgmt/fallout/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/fallout/Makefile')
-rw-r--r--ports-mgmt/fallout/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/ports-mgmt/fallout/Makefile b/ports-mgmt/fallout/Makefile
new file mode 100644
index 000000000000..6271e38ac2f1
--- /dev/null
+++ b/ports-mgmt/fallout/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= fallout
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.0.2
+CATEGORIES= ports-mgmt
+
+MAINTAINER= dmgk@FreeBSD.org
+COMMENT= Download and search pkg-fallout logs
+
+LICENSE= BSD0CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go:modules
+
+GO_MODULE= github.com/dmgk/fallout
+GO_BUILDFLAGS= -ldflags="-s -w -X main.version=${DISTVERSION}"
+
+PLIST_FILES= bin/${PORTNAME}
+
+.include <bsd.port.mk>