ports/dns/linux-rl9-libasyncns/Makefile
Gleb Popov 5aa75e1ca0 Linuxulator ports: Introduce Rocky Linux 9.
Sponsored by:	Serenity Cybersecurity, LLC
Co-authored-by:	Dima Panov <fluffy@FreeBSD.org>
2024-05-12 13:01:16 +03:00

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>