summaryrefslogtreecommitdiff
path: root/textproc/qt5-xmlpatterns/Makefile
blob: e00d1c011f1eac2001176f64012b24aac5028aca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	xmlpatterns
PORTVERSION=	${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES=	textproc
PKGNAMEPREFIX=	qt5-

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Qt support for XPath, XQuery, XSLT and XML Schema

USES=		compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,xmlpatterns
USE_PERL5=	build
USE_QT=		core declarative network buildtools:build
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}

QT_BINARIES=	yes

.include <bsd.port.mk>