mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Sponsored by: Serenity Cybersecurity, LLC Co-authored-by: Dima Panov <fluffy@FreeBSD.org>
20 lines
410 B
Makefile
20 lines
410 B
Makefile
PORTNAME= libasyncns
|
|
PORTVERSION= 0.8
|
|
DISTVERSIONSUFFIX= -22.el9
|
|
CATEGORIES= dns devel linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Library for executing DNS queries (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= https://0pointer.de/lennart/projects/libasyncns/
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= linux:rl9
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|