2019-11-24 04:54:04 +00:00
|
|
|
COMMENT = database access library
|
|
|
|
|
|
2025-05-01 01:24:43 +00:00
|
|
|
DISTNAME = sqlbox-0.2.1
|
2019-11-24 04:54:04 +00:00
|
|
|
CATEGORIES = databases
|
|
|
|
|
|
|
|
|
|
MAINTAINER = James Turner <james@calminferno.net>
|
|
|
|
|
|
|
|
|
|
HOMEPAGE = https://kristaps.bsd.lv/sqlbox/
|
2023-09-20 13:30:05 +00:00
|
|
|
SITES = https://kristaps.bsd.lv/sqlbox/snapshots/
|
2019-11-24 04:54:04 +00:00
|
|
|
|
|
|
|
|
# ISC
|
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
|
|
|
|
|
|
# not directly linked to this static lib, but depends on API
|
|
|
|
|
LIB_DEPENDS = databases/sqlite3
|
|
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = simple
|
2020-03-02 14:51:00 +00:00
|
|
|
CONFIGURE_ARGS = PREFIX="${PREFIX}"
|
2019-11-24 04:54:04 +00:00
|
|
|
|
|
|
|
|
TEST_TARGET = regress
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|