aboutsummaryrefslogtreecommitdiff
path: root/textproc/qt5-xmlpatterns/Makefile
blob: 5241dfad96e66e139bd1aa9d9267e6e65eb59055 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	xmlpatterns
DISTVERSION=	${QT5_VERSION}
CATEGORIES=	textproc
PKGNAMEPREFIX=	qt5-

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

USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,xmlpatterns
USE_QT=		core declarative network buildtools_build

QT_BINARIES=	yes

.include <bsd.port.mk>