blob: 2193a59e8187c021854004f7610054afda41632c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= expat
PORTVERSION= 2.1.0
DISTVERSIONSUFFIX= -12.el7
PORTREVISION= 4
CATEGORIES= textproc linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= XML 1.0 parser written in C (Linux CentOS ${LINUX_DIST_VER})
LICENSE= MIT
USES= cpe linux:c7
CPE_VENDOR= ${CPE_PRODUCT}_project
CPE_PRODUCT= lib${PORTNAME}
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|