|
Lines 2-8
Link Here
|
| 2 |
|
2 |
|
| 3 |
PORTNAME= sqlite3 |
3 |
PORTNAME= sqlite3 |
| 4 |
DISTVERSION= 3.35.5 |
4 |
DISTVERSION= 3.35.5 |
| 5 |
PORTREVISION= 3 |
5 |
PORTREVISION= 4 |
| 6 |
PORTEPOCH= 1 |
6 |
PORTEPOCH= 1 |
| 7 |
CATEGORIES= databases |
7 |
CATEGORIES= databases |
| 8 |
MASTER_SITES= https://www.sqlite.org/${%Y:L:gmtime}/ https://www2.sqlite.org/${%Y:L:gmtime}/ https://www3.sqlite.org/${%Y:L:gmtime}/ |
8 |
MASTER_SITES= https://www.sqlite.org/${%Y:L:gmtime}/ https://www2.sqlite.org/${%Y:L:gmtime}/ https://www3.sqlite.org/${%Y:L:gmtime}/ |
|
Lines 14-20
Link Here
|
| 14 |
COMMENT+= (ICU flavor) |
14 |
COMMENT+= (ICU flavor) |
| 15 |
.endif |
15 |
.endif |
| 16 |
.if ${FLAVOR:U} == tcl |
16 |
.if ${FLAVOR:U} == tcl |
| 17 |
COMMENT+= (TCL flavor) |
17 |
COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) |
| 18 |
.endif |
18 |
.endif |
| 19 |
|
19 |
|
| 20 |
LICENSE= PD |
20 |
LICENSE= PD |
|
Lines 24-30
Link Here
|
| 24 |
icu_PKGNAMESUFFIX= -${FLAVOR} # databases/p5-DBD-SQLite with ICU support |
24 |
icu_PKGNAMESUFFIX= -${FLAVOR} # databases/p5-DBD-SQLite with ICU support |
| 25 |
icu_CONFLICTS_INSTALL= ${PORTNAME} ${PORTNAME}-tcl |
25 |
icu_CONFLICTS_INSTALL= ${PORTNAME} ${PORTNAME}-tcl |
| 26 |
tcl_PKGNAMESUFFIX= -${FLAVOR} # lang/tcl* support |
26 |
tcl_PKGNAMESUFFIX= -${FLAVOR} # lang/tcl* support |
| 27 |
tcl_CONFLICTS_INSTALL= ${PORTNAME} ${PORTNAME}-icu |
27 |
tcl_RUN_DEPENDS= sqlite3:databases/sqlite3 |
|
|
28 |
tcl_DESCR= ${.CURDIR}/pkg-descr-${FLAVOR} |
| 29 |
tcl_PLIST= ${.CURDIR}/pkg-plist-${FLAVOR} |
| 28 |
|
30 |
|
| 29 |
USES= libtool pathfix zip |
31 |
USES= libtool pathfix zip |
| 30 |
USE_LDCONFIG= yes |
32 |
USE_LDCONFIG= yes |