mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
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)
17 lines
349 B
Makefile
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>
|