mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
64f220f255
Comment: non-blocking Qt database framework Description: FutureSQL was in part inspired by Diesel, and provides a higher level of abstraction than QtSql. Its features include non-blocking database access by default, relatively boilderplate-free queries, automatic database migrations and simple mapping to objects. Maintainer: Rafael Sadowski <rsadowski@openbsd.org> WWW: https://api.kde.org/futuresql/html/index.html OK landry, tweaks and OK kn
25 lines
511 B
Makefile
25 lines
511 B
Makefile
COMMENT = non-blocking Qt database framework
|
|
DISTNAME = futuresql-0.1.1
|
|
|
|
SHARED_LIBS += futuresql6 0.0 # 0.0
|
|
|
|
CATEGORIES = databases devel
|
|
|
|
HOMEPAGE = https://api.kde.org/futuresql/html/index.html
|
|
|
|
MAINTAINER = Rafael Sadowski <rsadowski@openbsd.org>
|
|
|
|
# LGPLv2.1+, GPLv2+, BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Qt6Core Qt6Sql m
|
|
|
|
SITES = ${SITE_KDE:=stable/futuresql/}
|
|
EXTRACT_SUFX = .tar.xz
|
|
|
|
MODULES = devel/kf6
|
|
|
|
CONFIGURE_ARGS = -DQT_MAJOR_VERSION=6
|
|
|
|
.include <bsd.port.mk>
|