aboutsummaryrefslogtreecommitdiff
path: root/dns/dnst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/dnst/Makefile')
-rw-r--r--dns/dnst/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/dns/dnst/Makefile b/dns/dnst/Makefile
new file mode 100644
index 000000000000..517909c3b805
--- /dev/null
+++ b/dns/dnst/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= dnst
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.1.0-rc2
+CATEGORIES= dns net
+
+MAINTAINER= bofh@FreeBSD.org
+COMMENT= DNS administration toolbox including re-implementations of important ldns programs
+WWW= https://github.com/NLnetLabs/dnst
+#
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cargo cpe ssl
+CPE_VENDOR= nlnetlabs
+USE_GITHUB= yes
+GH_ACCOUNT= NLnetLabs
+
+PLIST_FILES= bin/dnst bin/ldns
+
+.include <bsd.port.mk>