freebsd-ports/devel/kf5-kapidox/Makefile
Tobias C. Berner 4c02428b35 KDE: Update KDE Frameworks to 5.92.0
Saturday, 12 March 2022

KDE today announces the release of KDE Frameworks 5.92.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement and Changelog:
	https://kde.org/announcements/frameworks/5/5.92.0/

PR:		262522
Exp-run by:	antoine
2022-03-19 20:10:32 +01:00

19 lines
365 B
Makefile

PORTNAME= kapidox
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 API Documentation Tools
LICENSE= BSD2CLAUSE
USES= kde:5 python qt:5 shebangfix tar:xz
USE_PYTHON= distutils noflavors py3kplist
NO_ARCH= yes
INSTALL_TARGET= install
SHEBANG_FILES= ${WRKSRC}/setup.py
.include <bsd.port.mk>