Files
ports/databases/futuresql/Makefile
T
rsadowski 64f220f255 Import futuresql-0.1.1
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
2024-07-13 05:04:31 +00:00

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>