blob: 4a2909798808a71b4c873ae8139d1e05b66ec6e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile.common,v 1.63 2019/07/12 10:04:26 adam Exp $
#
# used by databases/sqlite3/Makefile
# used by databases/sqlite3-docs/Makefile
# used by databases/sqlite3-tcl/Makefile
# used by devel/lemon/Makefile
SQLITE3_DISTVERSION= 3290000
SQLITE3_VERSION= 3.29.0
MASTER_SITES= http://www.sqlite.org/2019/
MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2019/
HOMEPAGE?= http://www.sqlite.org/
LICENSE= public-domain
|