mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
cc6b95484d
Sponsored by: Serenity Cybersecurity, LLC
25 lines
513 B
Makefile
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>
|