mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
19 lines
293 B
Makefile
19 lines
293 B
Makefile
COMMENT = remotely determine DNS server versions
|
|
|
|
GH_ACCOUNT = kirei
|
|
GH_PROJECT = fpdns
|
|
GH_TAGNAME = 20190131
|
|
DISTNAME = ${GH_PROJECT}-0.10.0.${GH_TAGNAME}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = net
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CONFIGURE_STYLE = perl
|
|
|
|
RUN_DEPENDS = net/p5-Net-DNS
|
|
|
|
.include <bsd.port.mk>
|