1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/ksql/Makefile
2017-12-07 08:59:41 +00:00

27 lines
486 B
Makefile

# $FreeBSD$
PORTNAME= ksql
PORTVERSION= 0.1.4
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
post-patch:
@${REINPLACE_CMD} 's@^PREFIX="/usr/local"@PREFIX="${PREFIX}"@' \
${WRKSRC}/configure
do-test:
@cd ${WRKSRC} && ./test
.include <bsd.port.mk>