mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
26 lines
486 B
Makefile
26 lines
486 B
Makefile
# Created by: Timothy Beyer <beyert@cs.ucr.edu>
|
|
|
|
PORTNAME= doh-proxy
|
|
DISTVERSION= 0.9.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= dns
|
|
MASTER_SITES= CRATESIO
|
|
DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}
|
|
|
|
MAINTAINER= mat@FreeBSD.org
|
|
COMMENT= DNS-over-HTTP server proxy
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo
|
|
|
|
PLIST_FILES= bin/doh-proxy
|
|
|
|
# make cargo-crates > Makefile.crates
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/doh-proxy
|
|
|
|
.include <bsd.port.mk>
|