aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlcipher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlcipher/Makefile')
-rw-r--r--databases/sqlcipher/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/sqlcipher/Makefile b/databases/sqlcipher/Makefile
index 28535bede5f5..9d7267da906b 100644
--- a/databases/sqlcipher/Makefile
+++ b/databases/sqlcipher/Makefile
@@ -1,15 +1,17 @@
PORTNAME= sqlcipher
DISTVERSIONPREFIX= v
-DISTVERSION= 3.4.2
+DISTVERSION= 4.5.6
CATEGORIES= databases
MAINTAINER= jharris@widomaker.com
COMMENT= Encrypted SQLite database
+WWW= https://www.zetetic.net/sqlcipher/
LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
-USES= libedit libtool pathfix ssl tcl:86,build
+USES= cpe libedit libtool pathfix ssl tcl:86,build
+CPE_VENDOR= zetetic
USE_LDCONFIG= yes
USE_GITHUB= yes