Files
ports/net/qoauth-qt5/Makefile
T
Tobias C. Berner 62aa63f89c devel/qca: update to 2.3
- qca-2.3 drop support for OSSL<1.1
- copy devel/qca to devel/qca-legacy which is held at the current version
- update devel/qca to 2.3
- Add Uses/qca.mk which handles dependency on either of the ports depending on
  the FreeBSD version

Users on FreeBSD11 must therefore change their pkg orign à la:

   pkg set -o devel/qca:devel/qca-legacy

PR:		244682
Exp-run by:	antoine
Reviewed by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D24042
2020-03-21 07:23:59 +00:00

25 lines
506 B
Makefile

# Created by: Dima Panov <fluffy@FreeBSD.org>
# $FreeBSD$
PORTNAME= qoauth
PORTVERSION= 2.0.0
DISTVERSIONPREFIX= v
PORTREVISION= 6
CATEGORIES= net devel security
PKGNAMESUFFIX= -qt5
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt5 support for OAuth-powered network services
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++11-lang qmake:outsource qca qt:5
USE_LDCONFIG= yes
USE_QT= core network testlib buildtools_build qmake_build
USE_GITHUB= yes
GH_ACCOUNT= ayoy
.include <bsd.port.mk>