diff --git a/devel/easy-profiler/Makefile b/devel/easy-profiler/Makefile index e431f21591cf..5136bfef2bcc 100644 --- a/devel/easy-profiler/Makefile +++ b/devel/easy-profiler/Makefile @@ -1,25 +1,25 @@ PORTNAME= easy-profiler DISTVERSIONPREFIX= v DISTVERSION= 2.1.0-41 DISTVERSIONSUFFIX= -g3104dd4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight profiler library for C++ LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/easy_profiler_core/LICENSE.APACHE LICENSE_FILE_MIT= ${WRKSRC}/easy_profiler_core/LICENSE.MIT -USES= cmake:testing compiler:c++11-lang qt:5 +USES= cmake compiler:c++11-lang qt:5 USE_QT= core gui widgets buildtools_build qmake_build USE_GITHUB= yes GH_ACCOUNT= yse GH_PROJECT= easy_profiler post-install: @${RM} ${STAGEDIR}${PREFIX}/LICENSE.* .include diff --git a/devel/easy-profiler/pkg-descr b/devel/easy-profiler/pkg-descr index 550cc403a18c..24827c5449ec 100644 --- a/devel/easy-profiler/pkg-descr +++ b/devel/easy-profiler/pkg-descr @@ -1,8 +1,8 @@ Lightweight cross-platform profiler library for C++. You can profile any function in you code. Furthermore this library -provide measuring time of any block of code. For example, information -for 12 millions of blocks is using less than 300Mb of memory. Working -profiler slows your application execution for only 1-2%. +allows to measure time of any block of code. For example, gathering +information for 12 million blocks is using less than 300MB of memory. +Working profiler slows your application execution by only 1-2%. WWW: https://github.com/yse/easy_profiler