blob: 48bb7bb9239494706d81db3914d8f57b9af1d5b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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>
|