1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/textproc/linux-rl9-expat/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

25 lines
513 B
Makefile

PORTNAME= expat
PORTVERSION= 2.5.0
DISTVERSIONSUFFIX= -2.el9_4
PORTREVISION= 2
CATEGORIES= textproc linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= XML 1.0 parser written in C (Rocky Linux ${LINUX_DIST_VER})
WWW= https://github.com/libexpat/libexpat
LICENSE= MIT
USES= cpe linux:rl9
CPE_VENDOR= ${CPE_PRODUCT}_project
CPE_PRODUCT= lib${PORTNAME}
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>