summaryrefslogtreecommitdiff
path: root/databases/sqlitecpp/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-06-09 19:09:58 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2021-06-09 19:10:57 -0700
commitddd5d93e0916ead2ae4693b513210344c25eb7e0 (patch)
treed90e146ec261a33643fff6fab3e79b94c7a973da /databases/sqlitecpp/Makefile
parentwww/p5-CGI-Tiny: Update to 1.002 (diff)
databases/sqlitecpp: New port: SQLiteC++: Easy to use C++ SQLite3 wrapper
Diffstat (limited to 'databases/sqlitecpp/Makefile')
-rw-r--r--databases/sqlitecpp/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/databases/sqlitecpp/Makefile b/databases/sqlitecpp/Makefile
new file mode 100644
index 000000000000..1c435e9350cd
--- /dev/null
+++ b/databases/sqlitecpp/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= sqlitecpp
+DISTVERSION= 3.1.1-28
+DISTVERSIONSUFFIX= -g0c46d86
+CATEGORIES= databases devel
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= SQLiteC++: Easy to use C++ SQLite3 wrapper
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+TEST_DEPENDS= googletest>0:devel/googletest
+
+USES= cmake:testing compiler:c++11-lang sqlite
+USE_LDCONFIG= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= SRombauts
+GH_PROJECT= SQLiteCpp
+
+CMAKE_ON= BUILD_SHARED_LIBS
+CMAKE_OFF= SQLITECPP_INTERNAL_SQLITE SQLITECPP_RUN_CPPLINT
+CMAKE_TESTING_ON= SQLITECPP_BUILD_TESTS
+
+.include <bsd.port.mk>