aboutsummaryrefslogtreecommitdiff
path: root/databases/vsqlite/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-11-30 16:25:45 +0000
committerRene Ladan <rene@FreeBSD.org>2024-11-30 16:25:45 +0000
commite51fac9332e4339ab5b761afe53ce21fa2af2f92 (patch)
tree99f19b9968332607f20dfd7f3cf9bb1fe8486ca6 /databases/vsqlite/Makefile
parent58f5f36d0bc54333ce710b5ffcbb039de51402e2 (diff)
Diffstat (limited to 'databases/vsqlite/Makefile')
-rw-r--r--databases/vsqlite/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/databases/vsqlite/Makefile b/databases/vsqlite/Makefile
deleted file mode 100644
index 8dbbab631586..000000000000
--- a/databases/vsqlite/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME= vsqlite
-PORTVERSION= 0.3.13
-PORTREVISION= 21
-CATEGORIES= databases
-
-MAINTAINER= kwm@FreeBSD.org
-COMMENT= Well designed and portable SQLite3 Wrapper for C++
-WWW= https://github.com/vinzenz/vsqlite--
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= Abandonware, last release in 2014 and last commit 4 years ago
-EXPIRATION_DATE=2024-11-30
-
-LIB_DEPENDS= libboost_random.so:devel/boost-libs
-
-USE_GITHUB= yes
-GH_ACCOUNT= vinzenz
-GH_PROJECT= vsqlite--
-
-USES= autoreconf compiler:c++0x libtool sqlite:3
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-INSTALL_TARGET= install-strip
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-.include <bsd.port.mk>