freebsd-ports/textproc/linux-rl9-libxml2/Makefile
Dima Panov cc6b95484d
*/*: update Rocky Linux packages to 9.4 release
Sponsored by:	Serenity Cybersecurity, LLC
2024-06-06 11:43:13 +03:00

23 lines
466 B
Makefile

PORTNAME= libxml2
PORTVERSION= 2.9.13
DISTVERSIONSUFFIX= -6.el9_4
PORTREVISION= 3
CATEGORIES= textproc linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Library providing XML and HTML support (Rocky Linux ${LINUX_DIST_VER})
WWW= http://xmlsoft.org/
LICENSE= MIT
USES= cpe linux:rl9
CPE_VENDOR= xmlsoft
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>