Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/dns/dnstracer-rs/Makefile
16461 views
PORTNAME=	dnstracer
DISTVERSION=	1.1.6
CATEGORIES=	dns
MASTER_SITES=	CRATESIO
PKGNAMESUFFIX=	-rs
DISTFILES=	${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}

MAINTAINER=	[email protected]
COMMENT=	Trace a chain of DNS servers to the source
WWW=		https://gitlab.com/mat813/dnstracer-rs

LICENSE=	MIT

USES=		cargo

PLIST_FILES=	bin/dnstracer

# make cargo-crates > Makefile.crates

.include <bsd.port.mk>