opnsense-ports/textproc/linux-c7-libxml2/Makefile
Franco Fichtner ee2783e293 */*: sync with upstream
Taken from: FreeBSD
2021-11-01 15:57:04 +01:00

24 lines
487 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
PORTNAME= libxml2
PORTVERSION= 2.9.1
DISTVERSIONSUFFIX= -6.el7.5
PORTREVISION= 3
CATEGORIES= textproc linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Library providing XML and HTML support (Linux CentOS ${LINUX_DIST_VER})
LICENSE= MIT
USES= cpe linux:c7
CPE_VENDOR= xmlsoft
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>