summaryrefslogtreecommitdiff
path: root/comms/qt5-serialport/Makefile
blob: 59b1509c096015b00e3320342b8fea6ca40dea55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PORTNAME=	serialport
PORTVERSION=	${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES=	comms
PKGNAMEPREFIX=	qt5-

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Qt functions to access serial ports

USES=		compiler:c++11-lang libtool perl5 qmake qt-dist:5,serialport
USE_PERL5=	extract
USE_QT=		core buildtools_build

.include <bsd.port.mk>