mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
e213b15e9c
Changes: https://kristaps.bsd.lv/ksql/
24 lines
420 B
Makefile
24 lines
420 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ksql
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= devel databases
|
|
MASTER_SITES= http://kristaps.bsd.lv/ksql/snapshots/
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Lazy man's wrapper for the SQLite C API
|
|
|
|
LICENSE= ISCL
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/sqlite3.h:databases/sqlite3
|
|
|
|
USES= localbase
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= PREFIX="${PREFIX}"
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ./test
|
|
|
|
.include <bsd.port.mk>
|