freebsd-ports/devel/ksql/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
378 B
Makefile

PORTNAME= ksql
PORTVERSION= 0.3.5
CATEGORIES= devel databases
MASTER_SITES= http://kristaps.bsd.lv/ksql/snapshots/
MAINTAINER= ports@FreeBSD.org
COMMENT= Lazy man's wrapper for the SQLite C API
LICENSE= ISCL
USES= localbase:ldflags sqlite
HAS_CONFIGURE= yes
CONFIGURE_ARGS= PREFIX="${PREFIX}" LDFLAGS="${LDFLAGS}"
do-test:
@cd ${WRKSRC} && ./test
.include <bsd.port.mk>