mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
cbfa894960
Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14651
27 lines
519 B
Makefile
27 lines
519 B
Makefile
# Created by: Dima Panov <fluffy@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qoauth
|
|
PORTVERSION= 2.0.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
CATEGORIES= net devel security
|
|
PKGNAMESUFFIX= -qt5
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt5 support for OAuth-powered network services
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5
|
|
|
|
USES= qmake:outsource
|
|
USE_LDCONFIG= yes
|
|
USE_QT5= core network testlib buildtools_build qmake_build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ayoy
|
|
|
|
.include <bsd.port.mk>
|