pkgsrc/databases/vsqlite++/Makefile
wiz 7135fcadcc Revert "Specify readline requirement on 30 packages"
Many of these definitely do not depend on readline.
So there must be a different underlying problem, and that
should be tracked down instead of papering over it.
2016-12-12 14:22:01 +00:00

19 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.7 2016/12/12 14:22:02 wiz Exp $
DISTNAME= vsqlite++-0.3.13
PKGREVISION= 4
CATEGORIES= databases
MASTER_SITES= http://evilissimo.fedorapeople.org/releases/vsqlite--/0.3.13/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://vsqlite.virtuosic-bytes.com/
COMMENT= C++ SQLite wrapper library
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"