ports/devel/qt5-remoteobjects/Makefile
Jan Beich 5d00385405 devel/qt5-remoteobjects: unbreak after 020693c166
Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtRepParser -version 5.15.8 -outdir /wrkdirs/usr/ports/devel/qt5-remoteobjects/work/kde-qtremoteobjects-5.15.8p0 -builddir /wrkdirs/usr/ports/devel/qt5-remoteobjects/work/kde-qtremoteobjects-5.15.8p0 /wrkdirs/usr/ports/devel/qt5-remoteobjects/work/kde-qtremoteobjects-5.15.8p0
sh: perl: not found

PR:		266007
Reported by:	antoine (via exp-run)
2023-04-10 09:59:01 +00:00

17 lines
349 B
Makefile

PORTNAME= remoteobjects
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt5 Remote Objects module
USES= compiler:c++11-lang gl perl5 qmake qt-dist:5
USE_GL= gl
USE_PERL5= build
USE_QT= core declarative network \
buildtools:build
QT_BINARIES= yes
.include <bsd.port.mk>