blob: 2676d15a1b108ce803dcfe97c01499df977f2374 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= cutelee
DISTVERSIONPREFIX= v
DISTVERSION= 6.1.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= adridg@FreeBSD.org
COMMENT= C++/Qt template framework with Django syntax
WWW= https://github.com/cutelyst/cutelee
LICENSE= LGPL21
USES= cmake compiler:c++20-lang qt:6
USE_CXXSTD= c++20
USE_GITHUB= yes
USE_LDCONFIG= yes
USE_QT= base tools:build
GH_ACCOUNT= cutelyst
.include <bsd.port.mk>
|