mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
17 lines
436 B
Makefile
17 lines
436 B
Makefile
PORTNAME= xmlpatterns
|
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
|
PORTREVISION= 1
|
|
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>
|