freebsd-ports/textproc/qt5-xmlpatterns/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

14 lines
340 B
Makefile

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>