blob: e6711b6f0c769a6a63d4e4ab52579a9f63a4104e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= libcroco
PORTVERSION= 0.6.12
DISTVERSIONSUFFIX= -6.el7_9
PORTREVISION= 1
CATEGORIES= textproc linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= CSS2 parsing library (CentOS ${LINUX_DIST_VER})
LICENSE= MIT
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= libxml2
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|